溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點(diǎn)擊 登錄注冊 即表示同意《億速云用戶服務(wù)條款》

robotframework+selenium2library運(yùn)行常見問題

發(fā)布時間:2020-08-06 00:49:56 來源:網(wǎng)絡(luò) 閱讀:6543 作者:icestick8586 欄目:軟件技術(shù)

問題1:

command: pybot.bat --argumentfile c:\users\lenovo\appdata\local\temp\RIDEeoqulh.d\argfile.txt --listener D:\Python27\lib\site-packages\robotide\contrib\testrunner\TestRunnerAgent.py:16115:False C:\Users\lenovo\Desktop\test\test


解決方案:C:\python27\scripts加入環(huán)境變量path

 

問題2:

WebDriverException: Message: Unexpected error launching Internet Explorer. Protected Mode settings are not the same for all zones. Enable Protected Mode must be set to the same value (enabled or disabled) for all zones.


解決方案:設(shè)置IE瀏覽器Internet選項(xiàng)->選擇安全->Internet,本地Intranet,可信站點(diǎn),受限站點(diǎn)下的啟用模式統(tǒng)一都去掉或都選上


問題3:

WebDriverException: Message: 'IEDriver executable needs to be available in the path. 

解決方案:下載IEDriver或chromeDriver,放在D:\Python27\Scripts,前提是你的python安裝在此D盤


 

問題4:

[WARN]Keyword 'Capture Page Screenshot' could not be run on failure: AttributeError: 'NoneType' object has no attribute 'encode'


解決方案:找到Selenium2Libraryutils目錄,修改其中的browsercache.py文件,將def close(self):方法中的語句“browser.quit()”修改為“browser.close()”。即可解決此問題。




向AI問一下細(xì)節(jié)

免責(zé)聲明:本站發(fā)布的內(nèi)容(圖片、視頻和文字)以原創(chuàng)、轉(zhuǎn)載和分享為主,文章觀點(diǎn)不代表本網(wǎng)站立場,如果涉及侵權(quán)請聯(lián)系站長郵箱:is@yisu.com進(jìn)行舉報,并提供相關(guān)證據(jù),一經(jīng)查實(shí),將立刻刪除涉嫌侵權(quán)內(nèi)容。

AI