docker-selenium icon indicating copy to clipboard operation
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

Results 159 docker-selenium issues
Sort by recently updated
recently updated
newest added

### Feature and motivation Currently Selenium Grid deployed with helm chart only supports 3 main web browsers to run the tests against. It would be great to have a custom...

help wanted

### Feature and motivation If I add ``` dns: - "x.x.x.xxx" dns_search: testdomain.com ``` in my docker-compose file, the node-docker container's resol.conf file is updated and the container is able...

help wanted

### What happened? ![Capture d’écran du 2024-01-08 19-03-40](https://github.com/SeleniumHQ/docker-selenium/assets/18603015/914e2753-2dc4-4929-affa-d2c835136383) Since today, whereas before it worked perfectly. The browser seems to close after a few minutes. However, I haven't changed anything in...

R-awaiting-answer

### What happened? While configuring Selenium Grid 4 on AWS using docker swarm, the node is unable to connect the HUB for registration. The docker logs show **Sending Registration Event...**...

R-awaiting-answer

### Feature and motivation Currently when running Selenium Grid in Kubernetes via the Helm-chart, the hub becomes unreachable when deploying changes. This is due to there only being one replica....

help wanted

### What happened? We are using docker swarm to setup our hub and node configuration. Our automation framework is based on WebdriverIO V6 and everything was working fine till docker-selenium...

R-awaiting-answer

### What happened? When I start selenium tests using the grid there are always two jobs started. There is one started immediately. Once it is up-and-running a second is scheduled....

R-awaiting-answer
I-autoscaling-k8s

### Feature and motivation We have been unable to handle updates and proper testing for the helm chart. We are looking for someone who wants to maintain them long-term. ###...

### What happened? I am using Selenium Hub with a Firefox node attached. When I create my FirefoxOptions I am setting the log level to 'Trace': ``` driverOptions = new...

needs-triaging

### Feature and motivation I would like the ability to add hosts file entry to the browser nodes that get launched in the dynamic grid. It would be good if...

help wanted