joyzoursky / docker-python-chromedriver

Dockerfile for running Python Selenium in headless Chrome (Python 2.7 / 3.6 / 3.7 / 3.8 / Alpine based Python / Chromedriver / Selenium / Xvfb included in different versions)
https://hub.docker.com/r/joyzoursky/python-chromedriver/
MIT License
636 stars 196 forks source link

dockerfile for python3 produces mismatching versions for chromium and webdriver #7

Open jaroszan opened 5 years ago

jaroszan commented 5 years ago

After building and starting docker images:

After trying to run well-tested (in other environments) scripts they have been failing in random places, similar to when browser and respective browser are not synced.

horsecoin commented 5 years ago

Wow, thanks for the tip, maybe that is my issue when my code kept dropping off at one spot! At least a lead!