Friday 14 June 2013

How-to SetUp/Install Selenium Chromedriver on Python for Ubuntu Linux

The Guide Show How-to Set-Up/Install the Selenium Chromedriver on Linux Ubuntu. 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 su -c "mv $HOME/Downloads/chromedriver /usr/local/bin"
  5. Quick-Start with Chromedriver on Python:

    Getting-Started Selenium Webdriver & Chromedriver on Python