docker-selenium
docker-selenium copied to clipboard
Provides a simple way to run Selenium Grid with Chrome, Firefox, and Edge using Docker, making it easier to perform browser automation
### What happened? We started using selenium grid, when we try running tests we are getting error "unable to list images for Reference client version 1.41 is too new. Maximum...
### Feature and motivation Referencing #1401 and considering the **new Docker Hub rate limit restrictions**, it might be a good idea to publish the images to **both Docker Hub and...
### What happened? Hi all, I'm using docker selenium full grid (router, distributor, sessions, session-queue, events-bus are on the same VM, and docker-nodes are on different VM-s). In my tests,...
### What happened? I am executing a python script in which I am spawning multiple chrome-node pods (10) for browser sessions. Some requests are honoured immediately but some are not...
### What happened? The selenium hub and node shows up and running but when a UI test case is executed it shows error in logs ### Command used to start...
### Feature and motivation Hello Team, Currently in our organization we are using latest image 4.34.0-20250717 for node images. Libcurl version for latest image is still in v8.5 even though...
### What happened? I'm encountering an issue with the uploadFile command when using Firefox in Docker Selenium images, starting from version 4.31.0. When running WebdriverIO tests that rely on the...
### What happened? use dynamic grid error ,i use nodedocker to create a node that build only for webdriver my config : `services: #================== # Selenium Hub #================== selenium-hub: image:...