Skip to content

Fix error when starting Chrome

Compare
Choose a tag to compare
@mherrmann mherrmann released this 31 Jul 13:11
· 26 commits to master since this release
821b16c

The error was

get_chrome_driver.exceptions.VersionError: Unable to find a ChromeDriver version for the installed Chrome version

It was caused by our dependency for webdriver management not supporting current Chrome versions.

The drawback is that the new webdriver management solution doesn't cache properly. See SergeyPirogov/webdriver_manager#582.