scrape-google-scholar-py
scrape-google-scholar-py copied to clipboard
Selenium Driver broken?
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
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())
Hey guys, just want to let you know that I'm no longer maintaining this repository 🙂
@Yeok-c, thank you for providing help.
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