mherrmann / helium

Lighter web automation for Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[ERROR] Unable to find a ChromeDriver version for the installed Chrome version

MrBeardedGuy opened this issue · comments

After updating to the latest Helium version, it can't find the right ChromeDriver.
I keep on getting this error. Any idea on how to fix it?

54 launch_chrome helper.py
return start_chrome(options=options)

78 start_chrome __init__.py
return _get_api_impl().start_chrome_impl(

107 start_chrome_impl __init__.py
self._start_chrome_driver(headless, maximize, options, capabilities)

117 _start_chrome_driver __init__.py
driver_path = install_matching_chromedriver()

14 install_matching_chromedriver chromedriver.py
get_driver.auto_download(cache_directory, True)

411 auto_download get_driver.py
raise VersionError(

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

Resolved in release 3.2.4.