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? Seems the parsing needs to improve because the version is not being displayed. Probably this line needs to be improved https://github.com/SeleniumHQ/docker-selenium/blob/trunk/generate_release_notes.sh#L17 ### Command used to start Selenium...
### Feature and motivation I checked the code repository, and it seems that I only see that the supervisor and video depend on python. If my judgment is correct, I...
### Feature and motivation Video recording is supported. However resulting videos have no sound. I see that this topic has been discussed here: https://github.com/elgalu/docker-selenium/issues/147 ### Usage example Run a browser...
### What happened? We have a python / django test suite that runs about 60 tests in serial against a `standalone-chrome` and also against `standalone-firefox`. Usually somewhere in the middle...
### Feature and motivation If a grid is running distributed from the test there's no access to the video aside from logging into the machine the browser session was executed...
### What happened? We are facing some reliability issues while using Selenium Grid 4. The grid is working as expected under the usual work load of about 5 to 8...
**Thanks for contributing to the Docker-Selenium project!** **A PR well described will help maintainers to quickly review and merge it** Before submitting your PR, please check our [contributing](https://selenium.dev/documentation/en/contributing/) guidelines, applied...
### What happened? The grid is not distributing the load evenly when executing across nodes on different VMs. The scaling of the sessions is slow and does not increase to...
[🚀 Feature]: how to config use Tracing with OpenTelemetry and Jaeger in Selenium Grid 4 with docker?
### Feature and motivation how to config use Tracing with OpenTelemetry and Jaeger in Selenium Grid 4 with docker? ### Usage example how to config use Tracing with OpenTelemetry and...
## 🚀 Feature Proposal It would be amazing if we could pull the official selenium-docker images for the beta and development versions of the major browsers (i.e., Chrome, Firefox, and...