Execute Selenium tests in Python headless in Google Chrome
3.2K
Container executing Python headless Selenium tests in latest Google Chrome browser.
Create a Docker container performing live Selenium tests.
docker run --rm -v <path>:/tests khozzy/selenium-python-chrome xvfb-daemon-run python -u /tests/<entry file>
-V option specifies which directory containing test files will be mapped to container, --rm option tells to remove container after running tests
Content type
Image
Digest
sha256:1ee0f1243…
Size
277.4 MB
Last updated
almost 11 years ago
docker pull khozzy/selenium-python-chrome