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 My organization is preventing spinning up containers without understanding where the files are written in the containers. Can we pls document all the files written inside...
### **User description** Signed-off-by: AvivGuiser **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...
### Feature and motivation In the container video recorder, most functions are implemented using Bash. However, to scale, add more functions, and handle complex logic, it seems Bash is not...
### What happened? This behaviour is only observed when ran on Kubernetes using (deployment.yaml) and not observed when ran with images on normal linux servers. We have observed that the...
### Feature and motivation Dockerhub has rate limits, and they are reasonable for grabbing just the selenium container. However you have to consider most modern environments where automation is king....
[🐛 Bug]: UnreachableBrowserException: Error communicating with the remote browser. It may have died.
### What happened? We are facing issue while executing serenity tests in selenium grid. Serenity version is v4.2.16 . Tests are failing with below error intermittently. UnreachableBrowserException: Error communicating with...
### What happened? I have tried to update our grid, from 4.29 to 4.31 at two separate occasions. Both times I see an abnormal high use of CPU in the...
### What happened? Hello, in selenium hub v.41.1 we get recordings named just .mp4, but we want the names to be ___.mp4. How do we achieve that? ### Command used...
### What happened? Hi. Deployed a new version of Selenium Grid 4.32.0. Tested for several days. The distributor and router pods increase memory usage when starting new tests. But the...
### What happened? I am attempting to run Selenium inside security hardened Kubernetes cluster. Current policy does now allow read-write access to the root filesystem of the container. After deploying...