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
### 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...
### 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...
### What happened?  Since today, whereas before it worked perfectly. The browser seems to close after a few minutes. However, I haven't changed anything in...
### 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...**...
### 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....
### 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...
### 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....
### 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...
### 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...