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
{{ message }}
This repository has been archived by the owner on Oct 5, 2022. It is now read-only.
Currently, you need to have Chromedriver in your path to run the script. I would like to integrate a webdriver manager, possibly this one, to make this easier to operate. This will download Chromedriver for a user that doesn't have it.
The reason this is an issue in the first place is because Chromedriver, like other web driver, is a binary file and is dependent on the OS and Chrome version.
Alternatively, this also works with Geckodriver, and since Google Scraping isn't browser dependent, Geckodriver should be a fallback option.
The text was updated successfully, but these errors were encountered:
Currently, you need to have Chromedriver in your path to run the script. I would like to integrate a webdriver manager, possibly this one, to make this easier to operate. This will download Chromedriver for a user that doesn't have it.
The reason this is an issue in the first place is because Chromedriver, like other web driver, is a binary file and is dependent on the OS and Chrome version.
Alternatively, this also works with Geckodriver, and since Google Scraping isn't browser dependent, Geckodriver should be a fallback option.
The text was updated successfully, but these errors were encountered: