SessionNotCreatedException: Message: session not created: This version of ChromeDriver only supports Chrome version 88
Current browser version is 87.0.4280.88 with binary path C:\Program Files (x86)\Google\Chrome\Application\chrome.exe
Chrome browser version and python-chromedriver-binary version do not match
re-install
conda uninstall python-chromedriver-binary
conda install -c conda-forge python-chromedriver-binary=<Chrome browser version>
Recommended Posts