Where does chromedriver install to?

I've executed sudo apt-get install chromium-chromedriver for selenium, but which chromedriver does not return anything.

1 Answer

The answer (from package search) is /usr/lib/chromium-browser/chromedriver

To put the chromedriver binary in the path, you would write export PATH=$PATH:/usr/lib/chromium-browser/.

3

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like