Docker image to use python selenium with chrome driver and headless Chrome right off the trunk
5.3K
Docker image to use python selenium with chrome driver and headless Chrome right off the trunk
Using the binary from the Chromium snapshot bucket
Ready to crawl what you want ... :)
docker pull mehrdadkhah/chrome-pyselenium
$ docker run -it --rm -p=0.0.0.0:9222:9222 --name=chrome-pyselenium -v /tmp/chromedata/:/data mehrdadkhah/chrome-pyselenium
Access to chrome-pyselenium container bash
docker exec -it chrome-pyselenium bash
What is Selenium? SELENIUM is a free (open-source) automated testing framework used to validate web applications across different browsers and platforms. You can use multiple programming languages like Java, C#, Python etc to create Selenium Test Scripts. Testing done using the Selenium tool is usually referred to as Selenium Testing.
Selenium Python bindings provides a simple API to write functional/acceptance tests using Selenium WebDriver. Through Selenium Python API you can access all functionalities of Selenium WebDriver in an intuitive way.
Selenium Python bindings provide a convenient API to access Selenium WebDrivers like Firefox, Ie, Chrome, Remote etc.
To know more about python selenium
Content type
Image
Digest
Size
754.3 MB
Last updated
about 5 years ago
docker pull mehrdadkhah/chrome-pyselenium