-
Selenium grid for parallel processing of multiple OTAs
-
### What happened?
I want to use SeleniumManager on a server without network access. I use the --offline mode, assuming that SeleniumManager will use the driver and browser from the cache folder.
…
-
### What happened?
Hi, i deployed a container based on the selenium/chrome_standalone. It works everything except the connection to VNC.
Seems that the port it's not exposed, did i missed anything?
…
-
`docker network create grid`
`docker run -d -p 4444:4444 --net grid --name selenium-hub selenium/hub:3.9.1`
`docker run -d --net grid -e HUB_HOST=selenium-hub --name chrome1 selenium/node-chrome:3.9…
-
### What happened?
I'm upgrading from 4.8.3 to 4.23.0 and when running the jar in standalone mode, I am getting the error "ConfigException: No drivers have been configured or have been found on PATH"…
-
Hello, we are trying to test web navigation in mobile devices. We've setup everything but the grid can't find the right node capabilities to send the request.
Selenium grid hub up and running:
java -…
-
### What happened?
We have automation tests using Selenium framework that run on Docker container during CI/CD process. We have dependency on `org.seleniumhq.selenium:selenium-java:4.15.0` and use …
-
### What happened?
I have a working test setup which is running as expected in a venv using python 3.10.0 under Windows 11.
I considered updating to python 3.12.4, so I created a new venv using 3…
-
Steps to reproduce :
1 > Create a test which calls page.takeScreenShot();
2 > Select selenium grid or remote webdriver.
`selenium.default.driver=CHROME
selenium.driver.type=grid
selenium.gr…
-
Create test cases for Chrome, Internet Explorer, and Firefox browsers.