Skip to content

zmwangx/docker-selenium-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-selenium-python

This repository provides images with Python 3, the selenium package, as well as the Chromium/chromedriver combo or the Firefox/geckodriver combo preinstalled.

docker pull zmwangx/docker-selenium-python:$TAG

where tags are based on Python version, browser, and base image:

REPOSITORY                       TAG
zmwangx/docker-selenium-python   python-3.7-firefox-alpine
zmwangx/docker-selenium-python   python-3.6-firefox-alpine
zmwangx/docker-selenium-python   python-3.5-firefox-alpine
zmwangx/docker-selenium-python   python-3.7-firefox-slim-stretch
zmwangx/docker-selenium-python   python-3.6-firefox-slim-stretch
zmwangx/docker-selenium-python   python-3.5-firefox-slim-stretch
zmwangx/docker-selenium-python   python-3.7-chromium-alpine
zmwangx/docker-selenium-python   python-3.6-chromium-alpine
zmwangx/docker-selenium-python   python-3.5-chromium-alpine
zmwangx/docker-selenium-python   python-3.7-chromium-slim-stretch
zmwangx/docker-selenium-python   python-3.6-chromium-slim-stretch
zmwangx/docker-selenium-python   python-3.5-chromium-slim-stretch

Development

Run

./build

to build all images.

CHROMEDRIVER_VERSION in chromium/slim-stretch/Dockerfile may need manual update to suit the Chromium version being installed.

About

Python 3, selenium, Chromium/chromedriver or Firefox/geckodriver.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published