-
Notifications
You must be signed in to change notification settings - Fork 33
Open
Description
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
Labels
No labels