Delete comment from: Corey Goldberg
Corey, thanks for your inputs in sqaforums, mentioned those below (step 1, 2, 3, 4)
1) install Python
- go to http://python.org/download/
- download the latest MSI installer for Python 2.7 (32-bit)
- run the installer
2) set your PATH
- go to your system's environment variables, and
add 'C:\Python27' to your PATH (this will enable
you to invoke 'python.exe' from any command line)
3) install setuptools for Python
- go to http://pypi.python.org/pypi/setuptools
- download the latest setuptools exe file for Python
2.7 on Windows (currently: setuptools-0.6c11.win32-py2.7.exe)
- run the installer
4) easy_install selenium bindings
- open a command prompt (cmd.exe)
- 'cd c:\Python27\Scripts'
- 'easy_install selenium'
- this should download and install the latest version of selenium bindings from PyPI
5) Installed eclipse classic, integrated PyDev to Eclipse (Help->Install New softwares).
6) Within Eclipse: Window->Preferences->Interpreter-Python -> added python.exe path (adds python and selenium libraries)
Oct 17, 2012, 2:45:47 AM
Posted to Python - Getting Started With Selenium WebDriver on Ubuntu/Debian