Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

使用谷歌搜索一直报错,是否需要升级什么版本?Can not find chromedriver for currently installed chrome version #64

Open
Testlyy opened this issue Jan 8, 2024 · 4 comments

Comments

@Testlyy
Copy link

Testlyy commented Jan 8, 2024

Can not find chromedriver for currently installed chrome version

@chuangzhidan
Copy link

[17:28:22] driver = webdriver.Chrome(chrome_path, chrome_options=chrome_options)
[17:28:22] TypeError
[17:28:22] :
[17:28:22] init() got an unexpected keyword argument 'chrome_options'
[17:28:22] stopped

@gennaromellone
Copy link

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

@rubikJ
Copy link

rubikJ commented Mar 10, 2024

same issue, gennaromellone's tip didn't work for me.

@MuLoo
Copy link

MuLoo commented Apr 15, 2024

chromedriver

Works for me !!!
For anyone who cant find histroy version of Chrome or Chromedriver, here is the link: https://commondatastorage.googleapis.com/chromium-browser-snapshots/index.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants