I want to update Chromedriver to the latest version.
How can I do this on the command line?
Download chromedriver from https://chromedriver.storage.googleapis.com/2.38/chromedriver_linux64.zip
Unzip it and put it in location /usr/bin/chromedriver
and change its permission to 755 using chmod.