一.问题:
1.[ WARN ] Keyword 'Capture Page Screenshot' could not be run on failure: No browser is open
网上答案太过繁杂,自己做个记录:
办法:浏览器版本太高,降低版本即可。
chromedriver.exe各版本的下载地址:
http://chromedriver.storage.googleapis.com/index.html
谷歌浏览器的chromedriver.exe不需要放在所谓的C:\Python27\Scripts目录下,要放在C:\Windows\System32作为变量调用;
注:一定需注意浏览器和浏览器驱动的配套使用,否则会出现各种加载错误。
3.command: pybot.bat --argumentfile c:\users\fwc\appdata\local\temp\RIDEk8xfn3.d\argfile.txt --listener C:\Python27\lib\site-packages\robotide\contrib\testrunner\TestRunnerAgent.py:51454:False F:\yj.robot
[Error 2]
--环境变量问题:初始Path环境变量为:%SystemRoot%\system32;%SystemRoot%;C:\Python27;C:\Python27\Scripts
二.步骤
1.先安装Python:
https://www.python.org/downloads/release/python-2714/
RF框架是基于python 的,所以一定要有python环境</