docker-python-chromedriver
docker-python-chromedriver copied to clipboard
dockerfile for python3 produces mismatching versions for chromium and webdriver
After building and starting docker images:
- Chromium is in version 68
- Chromedriver is in version 2.38 (supported for Chromium v65-67)
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.
Wow, thanks for the tip, maybe that is my issue when my code kept dropping off at one spot! At least a lead!