I upgraded my chromedriver from v.2.35 to v.2.42. I have just downloaded v.2.42 and added to global path
export PATH=$PATH:/usr/lib/chromedriver
But when I enter in terminal chromedriver
, I get
Starting ChromeDriver 2.35.528139 (47ead77cb35ad2a9a83248b292151462a66cd881) on port 9515 Only local connections are allowed.
I cannot find that version of the driver in filesystem.
My question is how to find out location of this old chromedriver.
Selenium Tests still work, but I don't know which chromedriver version they are using. pip3
and pip
do not contain chromedriver.
I would like to find location of all chromedrivers on the system.