Search code examples
ubuntucommand-lineselenium-chromedriver

How to update Chromedriver on Ubuntu?


I want to update Chromedriver to the latest version.

How can I do this on the command line?


Solution

  • 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.