1,847 questions
0 votes
0 answers
36 views
Cannot open Selenium driver
I was trying to use RSelenium in RStudio. I put the following code into RStudio. rs_driver<-remoteDriver(remoteServerAddr="localhost", port=4444L, ...
0 votes
0 answers
50 views
Why does KEDA create a second Selenium Node for the second Chrome session instead of using available slots on the first node
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 ...
0 votes
0 answers
49 views
How can I find MY session on a Selenium Grid webpage?
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 ...
0 votes
0 answers
67 views
How to start Selenium standalone server from a PHP script?
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, ...
0 votes
0 answers
93 views
How can I get Chrome debug or network logs using RemoteWebDriver in Selenium Grid? Console logs work locally but not from remote nodes
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() ....
1 vote
0 answers
259 views
Error: {"code":-32000,"message":"Browser window not found"} with usage --auto-open-devtools-for-tabs
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-...
0 votes
0 answers
18 views
docker selenium - Selenium grid 0.40.1 not accepting the request waiting at session queue
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 ...
-2 votes
3 answers
424 views
Unable to Solve ReCAPTCHA v2 with CapSolver (ReCaptchaV2Classification) – Always Returning False - Python
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 ...
0 votes
0 answers
27 views
Is there a way to Divide Appium Tests across multiple devices using TestNG?
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 ...
-1 votes
1 answer
57 views
line with sudo command is keep iteration when started with pm2 [closed]
!/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 ...
0 votes
2 answers
178 views
How to run parallel tests with Selenium Standalone?
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 ...
0 votes
1 answer
234 views
Selenium video container not capturing video
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 ...
0 votes
0 answers
19 views
Unable to configure the grid using json but able to do it in command line for multiple nodes
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 ...
-2 votes
1 answer
51 views
Not able to click on dropdown value of lightening elements
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-...
1 vote
1 answer
379 views
Issues with Using CapSolver Extension in Selenium Grid for reCaptcha v2
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 ...