View Single Post
Old 02-24-2025, 11:54 AM   #560
NullNix
Guru
NullNix ought to be getting tired of karma fortunes by now.NullNix ought to be getting tired of karma fortunes by now.NullNix ought to be getting tired of karma fortunes by now.NullNix ought to be getting tired of karma fortunes by now.NullNix ought to be getting tired of karma fortunes by now.NullNix ought to be getting tired of karma fortunes by now.NullNix ought to be getting tired of karma fortunes by now.NullNix ought to be getting tired of karma fortunes by now.NullNix ought to be getting tired of karma fortunes by now.NullNix ought to be getting tired of karma fortunes by now.NullNix ought to be getting tired of karma fortunes by now.
 
Posts: 929
Karma: 15576314
Join Date: Jan 2013
Location: Ely, Cambridgeshire, UK
Device: Kindle Oasis 3, Kindle Oasis 1
Quote:
Originally Posted by DiapDealer View Post
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).
NullNix is offline   Reply With Quote