python3 + selenium + chrome browser + chromedriver
可直接 docker pull 获取已打好的完整镜像,直接使用 docker pull huanggj/python3-selenium-chrome
from https://hub.docker.com/_/python tag:3
最新稳定版 chrome browser https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
最新稳定版 chromedriver(要与浏览器 chrome browser 版本匹配)
LATEST_RELEASE_VERSION =
https://chromedriver.storage.googleapis.com/LATEST_RELEASE
LATEST_RELEASE_URL =
http://chromedriver.storage.googleapis.com/$LATEST_RELEASE_VERSION/chromedriver_linux64.zip
selenium requests lxml pyquery