项目作者: zmwangx

项目描述 :
Python 3, selenium, Chromium/chromedriver or Firefox/geckodriver.
高级语言: Dockerfile
项目地址: git://github.com/zmwangx/docker-selenium-python.git
创建时间: 2019-03-31T05:07:16Z
项目社区:https://github.com/zmwangx/docker-selenium-python

开源协议:

下载


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.

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

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

  1. REPOSITORY TAG
  2. zmwangx/docker-selenium-python python-3.7-firefox-alpine
  3. zmwangx/docker-selenium-python python-3.6-firefox-alpine
  4. zmwangx/docker-selenium-python python-3.5-firefox-alpine
  5. zmwangx/docker-selenium-python python-3.7-firefox-slim-stretch
  6. zmwangx/docker-selenium-python python-3.6-firefox-slim-stretch
  7. zmwangx/docker-selenium-python python-3.5-firefox-slim-stretch
  8. zmwangx/docker-selenium-python python-3.7-chromium-alpine
  9. zmwangx/docker-selenium-python python-3.6-chromium-alpine
  10. zmwangx/docker-selenium-python python-3.5-chromium-alpine
  11. zmwangx/docker-selenium-python python-3.7-chromium-slim-stretch
  12. zmwangx/docker-selenium-python python-3.6-chromium-slim-stretch
  13. zmwangx/docker-selenium-python python-3.5-chromium-slim-stretch

Development

Run

  1. ./build

to build all images.

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