1、安装python2.7
https://www.python.org/downloads/ 选择2.7版本source下载
配置环境变量 python (path增加python安装路径)
2、安装pip
配置环境变量 pip(path增加pip所在路径 ~\Script)
3、安装selenium(版本>2.320)
https://pypi.python.org/pypi/selenium source 文件下载
4、安装robotframework
https://pypi.python.org/pypi/robotframework/2.8.5 source 文件下载
5、安装Robot framework-ride
https://pypi.python.org/pypi/robotframework-ride source 文件下载
6、安装wxpython
https://nchc.dl.sourceforge.net/project/wxpython/wxPython/2.8.12.1/wxPython2.8-win64-unicode-2.8.12.1-py27.exe
7、安装Robot framework-selenium2library
https://pypi.python.org/pypi/robotframework-selenium2library/1.5.0
8、安装firefox
geckodriver.exe 拷贝至安装目录并将安装目录配置环境变量