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? Hi all, We've noticed execution time for our jobs **has been doubled**, going from around 25 mins to almost 1 hour, after upgrading our docker-selenium images. After...
### What happened? Hi Team, We have deployed Selenium Grid 4 in our kubernetes cluster. When we trying to access live preview, we getting black page in UI In Chrome...
### What happened? We are moving our instances of selenium/standalone-chrome from a CentOS host to an Ubuntu Server hosts. Both hosts have 32GB RAM, the new host has 16 vCores....
### What happened? I made some request by python after I called driver.quit() Then a selenium.common.exceptions.WebDriverException is thrown. Then I cannot make another request to the selenium hub by python....
### What happened? I'm trying to deploy seleniumgrid 4 in Openshift (Build on top of Kubernates). I created separate deployment for hub and chrome node. Also, Created services for Hub...
### Feature and motivation Based on a conversation with @AutomationD and diemol, we now know container Dockerfiles have the ability to substitute values in the FROM block with arguments passed...
### What happened? Observing reoccurrence of #1434 and #1497 in distributed selenium grid 4.3.0-20220706 Observing disconnects in selenium grid 4 in distributed form after security vulnerability scanning software (nexpose) performs...
### What happened? **Steps to reproduce:** 1. Have a session created and wait for the session to be removed due to inactivity 2. Try to find element on the removed...
### What happened? **Steps to reproduce:** * launch Selenium Grid in dynamic grid mode (in our case, grid was deployed in docker stack, but this should not make a difference)...
### Feature and motivation I want volume mapping to upload files and deliver camera video streams ### Usage example ```yml [docker] configs = [ "selenium/standalone-firefox:4.3.0-20220726", "{\"browserName\": \"firefox\",\"volumes\":[\"/data:/data\"]}", ] ``` ```python...