1、RF安装
pip install robotframework -i https://pypi.douban.com/simple/
2、seleniumlibrary的安装
支持Selenium的自动化RF扩展库
pip install robotframework-seleniumLibrary -U
3、安装IntelliBot插件,支持语法高亮
4、运行robot文件
在对应代码文件夹内进入cmd,控制台输入:robot ***.tobot
原文:https://www.cnblogs.com/guang2508/p/13252452.html