Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Message: "chromedriver" exacutable need to be in PATH #1

Open
piotrantosz opened this issue Feb 14, 2019 · 4 comments
Open

Message: "chromedriver" exacutable need to be in PATH #1

piotrantosz opened this issue Feb 14, 2019 · 4 comments
Labels
bug Something isn't working

Comments

@piotrantosz
Copy link
Owner

No description provided.

@piotrantosz piotrantosz added the bug Something isn't working label Feb 14, 2019
@piotrantosz
Copy link
Owner Author

@wazxyz
Copy link

wazxyz commented Feb 14, 2019

chromedriver in the same directory as the python script isn't working for me on Ubuntu 18.10

@piotrantosz
Copy link
Owner Author

Also this bug occurs on MacOs. Need to investigate

@Xarrow
Copy link
Contributor

Xarrow commented Dec 16, 2019

chromedriver in the same directory as the python script isn't working for me on Ubuntu 18.10

You should install google-chrome at first time ,

wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
echo 'deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main' | sudo tee /etc/apt/sources.list.d/google-chrome.list
sudo apt-get update
sudo apt-get install google-chrome-stable

Reference at https://github.com/SeleniumHQ/selenium/wiki/ChromeDriver#requirements for detail.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants