Howto Setup/Install Selenium Webdriver Python Windows 7

October 10, 2012 | By Duchateaux.

The Guide shows you Howto Setup/Install Selenium Webdriver Python Windows 7.

To the Article Bottom you Find Link to Installing the Selenium ChromeDriver on Windows 7.

The Content give Focus Only to the Essentials Instructions and Commands to make it Easier to Follow.

Python Selenium
  1. Install Setuptools:

    How to Install Python Setuptools on Windows 7
  2. Open Shell Window
    Windows 7 Open Command Prompt

  3. Install Python Pip

    easy_install pip

  4. Install Python Selenium+Webdriver

    pip install selenium

  5. Test Selenium Installation

    1. Open a New Command Prompt.

    2. Try to Execute:

      python

      Load Selenium Webdriver.

      >>>>from selenium import webdriver

      Open Firefox Browser with Webdriver.

      >>>>webdriver.Firefox()
Extra Indications

Link to Tutorial for Installing the Selenium Webdriver ChromeDriver:

Set Windows Path:


QuickChic Theme • Powered by WordPress