Sign inSign up

khozzy/selenium-python-chrome

By khozzy

Updated almost 11 years ago

Execute Selenium tests in Python headless in Google Chrome

Image
9

3.2K

khozzy/selenium-python-chrome repository overview

Container executing Python headless Selenium tests in latest Google Chrome browser.

How to run tests inside container?

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

Tag summary

Content type

Image

Digest

sha256:1ee0f1243

Size

277.4 MB

Last updated

almost 11 years ago

docker pull khozzy/selenium-python-chrome