robotframework环境搭建以基本库

1.setuptool 工具

https://pypi.python.org/pypi/setuptools

2.pip 工具

https://pypi.python.org/pypi/pip/

3.安装ride

pip install robotframework-ride

4.安装插件wxPython2.8(wxPython2.8-win32-unicode-2.8.12.1

https://sourceforge.net/projects/wxpython/files/wxPython/2.8.12.1/

5.安装web自动化库

pip  install selenium

pip -U install selenium(更新)

pip install robotframework-selenium2library

6.安装远程登录库

pip install robotframwork-sshlibrary

7.安装本地操作

BuiltIn
OperatingSystem
Telnet
Collections
String
Dialogs
Screenshot
Remote

原文地址:https://www.cnblogs.com/colin2012/p/7595256.html