[ WARN ] Keyword 'Capture Page Screenshot' could not be runon failure: No browser isopen

来源:互联网 发布:mysql自定义排序规则 编辑:程序博客网 时间:2024/06/07 03:43
显示“[ WARN ] Keyword 'Capture Page Screenshot' could not be runon failure: No browser isopen”,遇到此问题,请打开文件浏览器至Selenium2Library的utils目录,修改其中的browsercache.py文件,将close(self)方法中的语句“browser.quit()”修改为“browser.close()”。即可解决此问题。
0 1