Skip to content

Chrome Driver version 116.0.5845.111 #5

@siyintan88

Description

@siyintan88

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions