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
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [dessant/lock-threads](https://redirect.github.com/dessant/lock-threads) | action | major | `v5` -> `v6` | --- ### Release...
### What happened? **Error:** org.openqa.selenium.NoSuchSessionException: Unable to find session with ID: 227114db1ad53c034d05e1d57af7fefb **Stacktrace:** `Build info: version: '4.38.0', revision: '6b412e825c' System info: os.name: 'Linux', os.arch: 'amd64', os.version: '6.6.105+', java.version: '21.0.8' Driver...
### **User description** **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...
### What happened? Perform an automated test using selenium gird. Open a web page(https://qaauto.ottuat.com/ott/th) for the Thai region with a chrome browser, and the Thai text displayed on the web...
### Description We use the selenium/video recorder to record browser videos. These are then stored in a GCP bucket and embedded into our html test report. I noticed that you...
### What happened? We enabled structuredLogs: true at the global level in our Helm values to ensure WebDriver/Selenium logs are emitted in JSON format. However, even after setting this parameter,...
### What happened? Even though I’ve set SE_NODE_SESSION_TIMEOUT=1200 (20 minutes) and SE_OPTS=--session-timeout 1200 --log-level SEVERE in the Node container, browser sessions continue to show durations > 1 hour in the...
### Description ### Error I want to receive the Browser Logs using Bidi from a dynamic grid. When i configure the grid with a standard chrome node instance I am...
### What happened? I use selenium/node-chrome:109.0 when I add/pass env HTTPS_PROXY/https_proxy then Chromium does not work. Important observation: use proxy with login and password ### Command used to start Selenium...
### What happened? When trying to deploy the monitoring exporter for the selenium grid, I found that the helm chart wants to install `kube-prometheus-stack` chart dependency even when it's `enabled`...