Test environment:
1. Python Installation
Download the website for direct installation
2. Download Setuptools&pip
Easy to manage Python packages
Download Setuptools&pip The latest version of the website, unzip
Setuptools Installation:
Switch to the appropriate directory execution: Python setup.py install
Install PIP:
Switch to unzipped directory execution: Python setup.py install
On switch to C:\Python27\Scripts execution: easy_install pip
Installation Complete
If it appears (XXXX is not an internal or external command, go to configure the environment variable)
Variable name: Path
Variable value:; C:\python27
When configuring environment variables, note the Chinese-English toggle, semicolon
3, installation Selenium
Networking status, you can enter the command installation directly under C:\Python27\Scripts:
C:\Python27\Scripts > pip install Selenium
No Internet website download and unzip the entire directory into the C:\Python27\Lib\site-packages directory.
4, ActivePython
Python-specific programming and debugging tools
Python+selenium Installation