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;)
-
Install Setuptools:
How-to Install Python Setuptools on Windows 7 - Open Command Prompt Window
- Install Python Pip
easy_install pip
- Install Python Selenium+Webdriver
pip install selenium
- Test Selenium Installation
Open a New Command Prompt
Try to Execute:
python
Load Selenium Webdriver
>>>from selenium import webdriver
Open Firefox Browser with Webdriver
>>>webdriver.Firefox()
-
Installing Selenium Chromedriver for Windows 7:
How-to Install Selenium Chromedriver on Windows7
SetUp Windows 7 Path: