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? Hello, i'm currently running the Helm Chart Version 0.32.0, albeit with image Tags for 4.24.0 We're using: Rancher Version 2.9.3 Helm v2.16.8-rancher2 Kubernetes v1.30.5+rke2r1 I've tried upgrading...

needs-triaging

### What happened? My VM has 4 CPU's. I am starting selenium/hub and selenium/node-docker with below commands. `config.toml` has `override-max-sessions = true` and `max-sessions = 10` As per the logs...

needs-triaging

### What happened? Hello, We are using Selenium Grid V4 and run tests via selenium-ide-runner. When we run a large number of tests, they become queued and wait to be...

needs-triaging

### What happened? **### After executing some tests with paralellization, the resources baseline increases a couple without never reaching the previous baseline.** For example purposes, we start the hub and...

needs-triaging

### Feature and motivation add `loglevel` to log lines coming from echo in bash script, reason is that some logging solution don't assume log level and therefore mark them as...

needs-triaging

### What happened? We have automation tests using Selenium framework that run on Docker container during CI/CD process. We have dependency on `org.seleniumhq.selenium:selenium-java:4.15.0` and use the Devtools API to capture...

R-awaiting-answer

### What happened? Hello, I am generating some pdf on a selenium node containg unicode characters like these: 𝘽𝙍𝙐 (i.e. U+1D63D ) Unfortunately, the generated pdf doesn't show those characters...

R-awaiting-answer

### What happened? Help: I get a connection error that has a very abnormal address in it. I wonder where the container is getting it from. I can see that...

R-awaiting-answer

### What happened? I am running selenium grid with a video container on CI (Linux). The test suite runs over a 100 tests sequentially, one by one. Every test opens...

enhancement