1, Install python 33.(Python 27也可以)
2, Setup Selenium
If you did not install Easy_install module, you can install it first:
Go to https://pypi.python.org/pypi/setuptools/0.9.8 to download ez_setup.py
C:\python33\python.exe ez_setup.py
Then go to C:\Python33\Scripts, and type:
Easy_install selenium
3, Place chromedriver.exe in one of the system path.
4, Install Visual studio 2010 and python VS addin:
5, Start Visual studio 2010 and click “File ->new project->Other Languages->Python->Python Application”