1. RF
在两个Python中安装 robotframework
执行命令 pip install robotframework 2. seleniumlibrary
在两个Python中安装 seleniumlibrary
执行命令 pip install --pre --upgrade robotframework-seleniumlibrary 3. RIDE 在Python2中安装 RIDE 执行命令 pip install robotframework-ride -i https://pypi.douban.com/simple/ 4. wxpython 下载并安装 https://github.com/jcyrss/songqin-testdev/raw/master/others/softwares/wxPython2.8-win32-unicode-2.8.12.1-py27.exe 5. pycharm插件IntelliBot 下载 IntelliBot插件 https://github.com/jcyrss/songqin-testdev/raw/master/others/softwares/intellibot.jar 在Pycharm中,点击菜单 file - settings - plugins 在弹出对话框中 选择 install plugin from disk 选择下载的jar文件
转载于:https://www.cnblogs.com/zero-77/p/8489492.html