about Python:Path added: C:\Python27; C:\Python27\Scripts a new addition: Python_home C:\Python27 if not, add a user variable: PYTHONPATH C:\Python27\ Note: Python27 has UTF8 encoded bug,http: Bugs.python.org/file18143/9291.patch, just press this patch to change it.about JavaPATH added: C:\Program files\java\jre7\bin add two items: Class_path C:\Program files\java\jre7\lib java_home C:\Program Files\java \JDK1.7.0_51 Robot Environment:
1. Robotframework (2.8.4):HTTPS://PYPI.PYTHON.ORG/PYPI/ROBOTFRAMEWORK/2. Ride Download directory: Https://pypi.python.org/pypi/robotframework-ride ride1.3 currently only relies on wxpython2.8.12.1, do not install 3.0:http:// Sourceforge.net/projects/wxpython/files/wxpython/2.8.12.1/robot Library Download: 3. selenium2library:https://pypi.python.org/simple/robotframework-selenium2library/or:C:\Python27\Scripts\easy_install.exeRobotframework-selenium2library 4. AutoIt and Pythonwin32Install Pythonwin32 (ActivePython inside) before installing AutoIt, Python operations Windows requires win32com module. pythonwin32:http://sourceforge.net/projects/pywin32/files/pywin32/build%20219/autoit: https://code.google.com/p/robotframework-autoitlibrary/ Note: AutoIt This Lib library, comes with a 32-bit library file, Need to replace Autoitlibrary-1.1\3rdpartytools\autoit\autoitx3.dll into the corresponding DLL cannot find the corresponding DLL, can install AutoIt, and then copy it out. 4. PIP installation: Python get-pip.py # install the latest version
pip install robotframework easy_install robotframework # Upgrade to the latest Version pip install--upgrade robotframework --upgrade robotframework # Install a specific version pip Install robotframework==2.7.1 easy_install Robotframework==2.7.1 # Uninstall--only supported by Pip Pip Uninstall Robotframework
Selenium2library How to install with PIP: https://github.com/rtomac/robotframework-selenium2library
< go > Prepare Eclips+python+robot Framework Environment