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

Selenium Driver broken? #15

Open
tgoorden opened this issue Aug 11, 2023 · 3 comments
Open

Selenium Driver broken? #15

tgoorden opened this issue Aug 11, 2023 · 3 comments

Comments

@tgoorden
Copy link

I ran into this issue recently while unsuccesfully trying to use this library:
https://stackoverflow.com/questions/76734820/there-is-no-such-driver-by-url-chromedriver

@Yeok-c
Copy link

Yeok-c commented Aug 13, 2023

Yeah I think it is broken as of Chrome 115...

Hotfix (works for me):
in
scrape-google-scholar-py\google_scholar_py\custom_backend\profiles_results.py

line 113:
service = Service(ChromeDriverManager().install())
change to
service = Service() #ChromeDriverManager().install())

@dimitryzub
Copy link
Owner

Hey guys, just want to let you know that I'm no longer maintaining this repository 🙂

@Yeok-c, thank you for providing help.

@Yeok-c
Copy link

Yeok-c commented Oct 11, 2023

That's a pity - I've scraped plenty a scholars with your code 🤣 thanks man and hope you find success wherever else you're working on

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

3 participants