You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I resolved this issue by downloading chromedriver and adding it to PATH.
Then I commented utils.py lin 72-79
def resolve_dependencies(driver=str):
if "chrome" in driver:
print("Checking Google Chrome and chromedriver ...")
#driver_path = chromedriver_autoinstaller.install()
#if not driver_path:
# return False
print("OK.")
return True
Can not find chromedriver for currently installed chrome version
The text was updated successfully, but these errors were encountered: