Skip to main content
0 votes
0 answers
36 views

I was trying to use RSelenium in RStudio. I put the following code into RStudio. rs_driver<-remoteDriver(remoteServerAddr="localhost", port=4444L, ...
Oyster's user avatar
  • 9
0 votes
0 answers
50 views

I'm running Selenium Grid in Minikube using the official Docker Selenium Helm chart, with KEDA enabled for autoscaling. My goal is to scale Chrome nodes based on session demand, where each node can ...
Oleg's user avatar
  • 1
0 votes
0 answers
49 views

I am new to automation, so, I'm in a big company where possibly hundereds of developers currently share a single selenium grid. This results in a problem though, which, of this long list of Session ...
Scala Enthusiast's user avatar
0 votes
0 answers
67 views

In my PHP script I am using php-webdriver library with Edge webdriver to get data from a web page and I need to start Selenium standalone server from the script. I copied selenium-server-4.35.0.jar, ...
Stanislav Panferov's user avatar
0 votes
0 answers
93 views

I’m trying to capture browser logs during test execution. When I use local WebDriver, I can access these logs using: GeckoDriverService service = new GeckoDriverService.Builder() ....
nisha m's user avatar
1 vote
0 answers
259 views

everyone, after updating chromedriver from 136 to 137, I caught: {"code":-32000,"message":"Browser window not found"} I found that the problem with --auto-open-devtools-...
VVV's user avatar
  • 85
0 votes
0 answers
18 views

We have a setup of selenium grid deployed on AWS EKS . With this recent version , we are noticing that the tests are waiting in the session queue with out getting scheduled , even though nodes are ...
deepakguna's user avatar
-2 votes
3 answers
424 views

I'm trying to solve a ReCAPTCHA v2 challenge using CapSolver with the ReCaptchaV2Classification task type. However, whenever I call the CapSolver API, the response is always false, and the images are ...
Franco Motta's user avatar
0 votes
0 answers
27 views

I have a situation where I need to Run Appium tests using TestNG in such a way that if there are 100 Test Methods in different classes, They are divided to run on 4 devices. And every device must have ...
Wasif's user avatar
  • 1
-1 votes
1 answer
57 views

!/bin/bash cd /home/pi/dockertest sudo -S <<< Adminpassword docker-compose up -d --scale chrome=2 --scale firefox=0 I want to add a script to pm2 to start the SeleniumGrid. So I have created ...
vignesh p's user avatar
0 votes
2 answers
178 views

I am developing a Java-based test automation project and using Selenium Standalone to run my tests. Currently, I can run tests on a single browser instance, but I want to execute parallel tests. I ...
Hakan GÜL's user avatar
0 votes
1 answer
234 views

I'm attempting to record a video from a Selenium test and so far, it's not working. I can see my test progressing using NoVNC on port 7900 Test completes with expected assertions in VSCode's terminal ...
TechFanDan's user avatar
  • 3,534
0 votes
0 answers
19 views

I have created one hub and two nodes and trying to configure the nodes using json but grid is unable to find the capabilities from json and it is not recognising either port number or browser name but ...
Sumanth Chinivar's user avatar
-2 votes
1 answer
51 views

I tried below XPath for selecting dropdown and clicking on value "Financier". But nothing is working. <div class="slds-dropdown-trigger slds-dropdown-trigger_click" data-aura-...
Guru's user avatar
  • 7
1 vote
1 answer
379 views

I'm trying to run a script on a Selenium Grid that uses the CapSolver extension to solve reCAPTCHA v2. I initially tried using the CapSolver API, but it didn’t work well due to the nature of the ...
Carlos Acedo's user avatar

15 30 50 per page
1
2 3 4 5
124