-
Notifications
You must be signed in to change notification settings - Fork 45
Open
Description
There is an issue in the converter.py due to the recent update in chrome driver to version 116. Therefore,
if install_driver:
service = Service(ChromeDriverManager().install())
driver = webdriver.Chrome(service=service, options=webdriver_options)
else:
driver = webdriver.Chrome(options=webdriver_options)
doesn't work. Tried to specify the version but it didn't work as well
Metadata
Metadata
Assignees
Labels
No labels