Prerequisite:
1. Python should be installed and set up path in your machine.Download Python from here “ClickHere”
1. Python should be installed and set up path in your machine.Download Python from here “ClickHere”
2. Install easy_install using code from link "Click to download" .Just copy code from url and past in a new created python file like “setup.py”
3. Put “setup.py” file in where python installed and run “setup.py” file as below command
>python setup.py
4. After successfully execution a Scripts folder created under Pyhon installed directory. setup “Script” folder path in your machine.
5. Install selenium 2 in your system using command: > easy_install selenium