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
### 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...
### 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:...
### 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  The...
### 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...
### 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...
### 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...
### 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()...
### 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':...
### 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...
### 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...