docker-selenium icon indicating copy to clipboard operation
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

Results 159 docker-selenium issues
Sort by recently updated
recently updated
newest added

### What happened? After starting the standalone or hub docker container and trying to debug using noVNC it shows nothing. With Chrome Version 108, it was working as usual, but...

R-awaiting-answer

### What happened? **Background:** I have configured a setup for Selenium Grid in Kubernetes with all relevant services which has the capability to understand incoming requests and create browser pods...

needs-triaging

### What happened? We have a WebdriverIO test automation project. When triggering a test job from Jenkins (usually between 10-15 parallel sessions), 99% of the time there are between 1...

R-awaiting-answer

### What happened? Deployed selenium-grid on AKS cluster and hub UI is reachable on the URL (https://example.com redirects to https://example.com/ui), securely. Nodes are registered. But when we run the tests...

R-awaiting-answer

### What happened? I am setting up an environment for selenium grid. I want to use selenium dynamic grid. My test case is loading an attachment on a web page....

needs-triaging

### What happened? Selenium nodes stop connecting to the grid after a certain period of time(one night), but if the distributor is restarted at that moment, they start connecting again....

R-awaiting-answer
R-awaiting-retest

### What happened? In the middle of the test, the connection with the selenium hub lost and It happens once a day ### Command used to start Selenium Grid with...

R-awaiting-answer
I-issue-template

### What happened? When trying to run selenium test case on jenkins using selenium stand alone chrome image, i get this error WebDriverError: unknown error: net::ERR_NAME_NOT_RESOLVED (Session info: chrome=120.0.6099.224) at...

R-awaiting-answer

### What happened? Our team has deployed Selenium Grid to AKS using the helm templates in the repository. Our problem is that the nodes connect to the hub very briefly...

R-awaiting-answer

### Feature and motivation There was a discussion around "programmatic solution for killing orphaned sessions after a test suite runs" The orphaned session could be understood as > the session...

help wanted