Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
45 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
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
1 vote
0 answers
250 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
-2 votes
3 answers
423 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
-1 votes
1 answer
56 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
1 answer
233 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
-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
0 votes
1 answer
515 views

I am working on file downloading functionality with Playwright and Selenium Grid (in Java). Through Selenium Grid VNC, I see that the file is downloaded on my node machine. Now I want to move the file ...
Rohit Tater's user avatar
0 votes
1 answer
86 views

I am running selenium python script through Selenium Grid, but it throws error selenium.common.exceptions.WebDriverException: Message: Unable to find resource, invalid path in url." Below is ...
Rishabh Jain's user avatar
2 votes
1 answer
622 views

Using selenium/node-docker and selenium/hub how can I access to the novnc live preview displayed on http://<node-ip>:7900?autoconnect=1&resize=scale&password=secret here's my docker-...
Neji Soltani's user avatar
  • 1,511
0 votes
1 answer
102 views

I'm writing a webscraping program in Python 3.12 using Selenium and multiprocessing. I am setting up selenium grid using docker and using that to run multiple selenium instances in parallel. However, ...
Cardinell's user avatar
0 votes
1 answer
299 views

I am facing this error while integrating the selenium with docker and azure pipeline. SessionNotCreated could not start a new session. possible causes are invalid address of the remote server or ...
Maxx muthu's user avatar
0 votes
1 answer
241 views

I'm trying to deploy an application that uses Selenium to download PDF files from a web page. If I run my containers locally, the one with my Python application and the other with Selenium Grid, it ...
Jesús Fragoso's user avatar
0 votes
1 answer
2k views

My code works fine and the WebDriver BiDi protocol is functioning correctly with the local ChromeDriver instance. But when I use a RemoteWebDriver instance connected to a Selenium Grid/Server, I get ...
supriti mohanty's user avatar
2 votes
1 answer
1k views

I am working on a project that involves simultaneously controlling multiple Android devices from a Python script. During testing, I’m encountering challenges in implementing effective multithreading ...
iamarthur's user avatar
2 votes
0 answers
631 views

I have started selenium docker compose file with novnc enabled and scaled the browser from 1 to 3. I can get the session id and node id from the api http://localhost:4444/status. But is there any way ...
Nilanjan Mandal's user avatar
1 vote
2 answers
121 views

I try to run two driver instances (RemoteWebDriver) in parallel using selenium standalone or grid to operate on two different windows/websites at the same time. Two sessions and two windows are ...
qwerew's user avatar
  • 31
0 votes
1 answer
855 views

I’m transitioning a small Grid setup with a hub and two nodes to a new hub. The problem I have is that the node is stuck at “Sending registration event” for the new hub. I have the logging set at ...
Lars Nordin's user avatar
  • 2,835
0 votes
0 answers
110 views

I am using docker swarm based selenium grid, the same docker compose used to work on azure based VM's but on GCP is giving issue. All the nodes come up when I deploy the grid but as tests start ...
user22965033's user avatar
1 vote
0 answers
92 views

I'm pretty new at my work using appium, webdriverio and selenium grid. Trying to improve error handling and logging on our test framework. Is there a way of checking if the app has crashed within the ...
punkuotukas's user avatar
0 votes
1 answer
241 views

I want to run a linux command via PHP exec() and my first command below executing in background at Ubuntu Server 22.04 perfectly - <?php $cmd = "java -jar /var/www/html/selenium-drivers/...
Nimesh's user avatar
  • 148
-1 votes
1 answer
48 views

I am using selenium grid concept to execute my developed scripts on my own machine. I have downloaded the latest version of the selenium grid which is 4.12.1V. I have created a hub on my machine ...
vivek.raji's user avatar
0 votes
0 answers
187 views

While using Selenuim i want to analyse all responses. Therefor i am using the chrome devTools. import org.openqa.selenium.devtools.v109.network.*; I am using this Listener setup: devTools.addListener(...
Tobi's user avatar
  • 13
2 votes
1 answer
436 views

I'm trying to do cross browser test with selenium grid and when I typing webdrive.Remote(command_executor, desired_capabilities) it shows me that desired_capabilities is Unexpected argument and when ...
Leanid's user avatar
  • 21
0 votes
1 answer
459 views

Hi I am trying to create a docker file with seleniarm as base image (using raspberry pi so need multiarch), and adding python to it. This is my file: # Use the Selenium base image FROM seleniarm/...
Ammar's user avatar
  • 1

1
2 3 4 5
37