/python-selenium

A docker image for selenium

Primary LanguageDockerfileMIT LicenseMIT

python-selenium

A docker image for selenium

Image includes

  • Alpine 3.16
  • Python 3.7.13
  • Chromium
  • ChromeDriver
  • Selenium

Include in your Dockerfile

FROM hlf01/python-selenium:latest

Build from source

git clone https://github.com/hlf20010508/python-selenium.git
cd python-selenium
sudo docker build -f Dockerfile -t python-selenium --no-cache .

Link

Docker Hub