MarketSquare / webdrivermanager

Python module to facilitate downloading and deploying WebDriver binaries for Chrome, Firefox, Opera & Edge
https://pypi.org/project/webdrivermanager/
MIT License
100 stars 38 forks source link

selenium.common.exceptions.WebDriverException: Message: 'chromedriver' executable may have wrong permissions. #32

Closed popescunsergiu closed 4 years ago

popescunsergiu commented 4 years ago

OS: macOS Catalina Python: 3.8.2

When used by pytest-selenium it fails with: selenium.common.exceptions.WebDriverException: Message: 'chromedriver' executable may have wrong permissions.

A workaround is to do sudo chmod 777 [path to chromedriver file]

rasjani commented 4 years ago

Can you reproduce this at will ?

Are you using webdrivermanager via python or calling the cli ?

rasjani commented 4 years ago

Cant reproduce, no feedback after initial comment. Closing