Error message for chrome driver
rahilalbert opened this issue · 2 comments
rahilalbert commented
Error trying to load web driver: Message: 'chromedriver' executable needs to be in PATH. Please see https://chromedriver.chromium.org/home
mdalsi commented
Could you please provide more information? Are you on Windows, Mac or Linux? On windows you should be able to run it simply putting the chromedriver.exe file in the bot folder, on linux you just need to install chromedriver (or download it) and tell the script where to find it (I did it adding export PATH=$PATH:/home/user/Downloads
to my ~/.bashrc file and reloading it with source ~/.bashrc
).
useragents commented
Couldn’t of been explained better by @mdalsi