Tuesday 11 November 2014

How-to Install Google Chromedriver on Linux

The Guide Show How-to Set-Up/Install and Getting-Started with the Selenium Chromedriver on Linux 32/64bit.

Inside the Guide you Find also a Link to Install the Selenium Webdriver on Ubuntu.

Relax and Take the Time of Reading and Understanding the Clear Instructions Contained Here.

Selenium Linux Penguin
  1. Download Chromedriver:

    Google Chromedriver for Linux
  2. Double-Click/Right-Click and Unzip into Downloads Linux Chromedriver Extraction
  3. Open Terminal Window
  4. Relocate Chromedriver Into your System's Path

    sudo mv $HOME/Downloads/chromedriver /usr/bin
  5. Quick-Start with Chromedriver on Python:

    Getting-Started Selenium Webdriver & Chromedriver on Python