Quote:
Originally Posted by DiapDealer
Chrome and Chromium are not the same thing. One is proprietary, the other is open-source. The chromedriver binary is part of the Chromium package.
|
The alternative is to switch browsers! Edit bookp.py and change ChromeOptions() to FirefoxOptions() and Chrome() to Firefox(), and make sure you have the geckodriver package installed (it's an independent program,
https://github.com/mozilla/geckodriver).