I am trying to update chromedriver from 2.30 to 2.35. However, after I brew install chromedriver
, the default chromedriver is still 2.30. If I redo brew, it will tell me I have already installed 2.35 version, but when I use chromedriver --version
, it still shows 2.30. Can any one tell me why it's that? And can I know where does this brew install?
Thanks!
Output of brew list chromedriver
:
/usr/local/Cellar/chromedriver/2.35/bin/chromedriver
/usr/local/Cellar/chromedriver/2.35/homebrew.mxcl.chromedriver.plist
and output of which chromedriver
shows it's using version 2.30 in other path.