Trying to use Selenium with Chrome in a python script.
I get the following error:
WebDriverException: Message: \'chromedriver\' executable needs to b
The solution posted by @AnythingIsFine is indeed correct.
However in my case my pytest was still unable to find the chromedriver (despite it was correctly added to the PATH and from the terminal I could execute it).
So I've solved by adding an alias of the chromedriver
in the /usr/bin
directory:
sudo ln -s /path/to/chromedriver /usr/bin