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? When I try to connect to the novnc in a hub-node setup in Kubernetes, I get a wss error where the hub complains about not receiving any...

R-awaiting-answer

### What happened? I'm trying to run the selenium helm chart and connecting using python: ``` yaml hub: image: repository: selenium/hub tag: 4.22.0 service: type: LoadBalancer videoRecorder: enabled: true chromeNode:...

R-awaiting-answer

### What happened? Hi, We've set up selenium 4 hub along with selenium/node-firefox, selenium/node-chrome and selenium/node-edge. On running executions on selenium/node-firefox, we're noticing a blank screen as below ![217753380-6ce623dd-ada3-49f2-b14e-f4f57ac77f37](https://github.com/SeleniumHQ/docker-selenium/assets/59762861/3c2e6e77-0217-4495-9370-b0cc8873affc) The...

help wanted

### What happened? An attempt to run tests that use CDP for files download on remote machine via Selenium Hub (hub and nodes are on the same machine) shows a...

I-issue-template

### Feature and motivation Hi, I encountered an issue where WebSocket connections drop during the application of the Nginx configuration, resulting in 502 errors. One potential solution could be migrating...

needs-triaging

### What happened? Hi! We have been using selenium grid docker image in kubernetes setup for almost 2 years now. But since the 4.23.0 version, we get `org.openqa.selenium.SessionNotCreatedException: Could not...

needs-triaging

### What happened? ` opt_einsum = webdriver.ChromeOptions() opt_einsum.set_capability('browserVersion', '127.0') proxy = "xxx:x" opt_einsum.add_argument(f'--proxy-server=socks5://{proxy}') opt_einsum.add_argument(f'--proxy-auth=xxx:xxx') print(opt_einsum)` ### Command used to start Selenium Grid with Docker (or Kubernetes) ```shell opt_einsum = webdriver.ChromeOptions()...

R-awaiting-answer

### What happened? I can't start selenium/node-firefox with french language. The language still set to en-us. I start the session with these below parameters: ``` browserName: 'firefox', acceptInsecureCerts: true, 'moz:firefoxOptions':...

needs-triaging

### What happened? Hello. Suspicion is that there is missing dependency that needs to be install for Docker. Our website is using CSS https://developer.mozilla.org/en-US/docs/Web/CSS/@media/pointer. Chrome browser should register `pointer:fine` when...

R-awaiting-answer

### What happened? I have implemented Selenium-grid autoscaling on our AKS cluster using deployment files. Currently we have selenium-hub, selenium-node-chrome. Autoscaling is not enabled yet. We have two pods of...

R-awaiting-answer
I-autoscaling-k8s