Saturday, June 15, 2013

How-to Install Selenium Python Client with Webdriver on Windows 7 Easy Visual-Guide

This Guide Presents a Step-by-Step Installation of Selenium Python Client with Webdriver for Windows 7.

 

To the Post Bottom you Find Link to Installing the Selenium Chromedriver on Windows 7.

 

The Content and Details are Expressly Reduced to Give Focus Only to the Essentials Instructions and Commands and Make Tut more Easy & Digestive;)

Python Selenium
  1. Install Setuptools:

    How-to Install Python Setuptools on Windows 7
  2. Open Command Prompt 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()
  6. Installing Selenium Chromedriver for Windows 7:

    How-to Install Selenium Chromedriver on Windows7
  7. SetUp Windows 7 Path:

    How-to Set Windows7 Path