1. Install Python
Reference Installation python:http://www.cnblogs.com/beyongblue/p/4215740.html
2. Install the Python management tool Setuptools
3. Install Python package management tool PIP
Installing PIP with Setuptools
Open a Command window, enter the C:\Python27\Scripts directory, enter the command: Easy_install PIP
Wait for the completion.
4. Install Python-based selenium package
Open a Command window, enter the C:\Python27\Scripts directory, install the selenium package
Pip install Selenium or pip install-u Selenium
There may be some alarm during installation, the installation can be done without the tube.
5, check selenium installation is correct
6. Installing the Pydev plugin in eclipse
7. Configuring the Python Interpreter in eclipse
8. Create the project and package, and configure the path in the project
Python+selenium+eclipse Installation