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
[🐛 Bug]: Edge 4.29.0-20250222 java.lang.InterruptedException java.util.concurrent.TimeoutException
### What happened? v4.28.1 works as expected After upgrading to v.4.29 I've noticed timout exception (using --kiosk-printing) while executing "driver.getWindowHandles()" command Code: ```java EdgeOptions options = new EdgeOptions(); options.addArguments("--kiosk-printing");` driver...
### Feature and motivation In my installation, I added another component for the automatic generation of jobs with browsers. And since you’ve already started building multiple browser images versions with...
### What happened? Periodically, the router and distributor reboot with errors. Additionally, during troubleshooting, I discovered that the new config maps for the components are not being connected to them,...
### What happened? I am using and deployed the latest version of [the selenium-grid chart](https://github.com/SeleniumHQ/docker-selenium/tree/trunk/charts/selenium-grid). The deployment is made using terraform but I can provide all values I configured in...
### What happened? error I'm facing: LiveView.tsx:63 WebSocket connection to 'wss://selenium.com/b590b8d…/se/vnc' failed: x @ LiveView.tsx:63 (anonymous) @ LiveView.tsx:78 rfb.js:747 WebSocket on-error event value @ rfb.js:747 _websocket.onerror @ websock.js:318 rfb.js:1005 Failed...
### What happened? v4.28.1 works as expected, we upgraded to v.4.29 yesterday and noticed we could no longer connect to the UX. Looking at the logs in Docker we see...
### Feature and motivation Hi. It could be very useful to have a feature to read clipboard from browser container. The problem is that reading text from clipboard is not...
### What happened? I'm trying to record a session using selenium ffmpeg4 in kubernetes but the video pod fails to record (output is in logs below). The Kubernetes deployment and...
### What happened? My setup: - Running Microsoft Azure Container Apps in a single container app environment, with no external/public ingress enabled. - Running the `selenium/standalone-chrome:nightly` Docker image on an...
### What happened? I have around 5 threads running concurrently But during execution of testcases in between I am getting error of session not created. The issue is very intermittent...