Skip to content

chromedriver doesn't have permission to run  #1

@guitarhero23

Description

@guitarhero23

If I try and run it as you have laid out I get the following error.
selenium.common.exceptions.WebDriverException: Message: 'chromedriver' executable may have wrong permissions. Please see https://sites.google.com/a/chromium.org/chromedriver/home

If I change
driver = webdriver.Chrome('/opt/chromedriver',chrome_options=options)
to
driver = webdriver.Chrome('/opt/chromedriver.exe',chrome_options=options) I get a new error

selenium.common.exceptions.WebDriverException: Message: 'chromedriver.exe' executable needs to be in PATH. Please see https://sites.google.com/a/chromium.org/chromedriver/home

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