我正在使用Eclipse和Selenium RC運行帶有TestNG的Selenium。我用命令:selenium.captureEntirePageScreenshot不起作用,但selenium.captureScreenshot起作用
selenium.captureEntirePageScreenshot("\\test.png","");
而且得到了以下錯誤:
com.thoughtworks.selenium.SeleniumException: ERROR: Command execution failure. Please search the forum at http://clearspace.openqa.org for error details from the log window. The error message is: Component returned failure code: 0x80520001 (NS_ERROR_FILE_UNRECOGNIZED_PATH) [nsILocalFile.initWithPath]
可有人請說明爲什麼這個錯誤是發生?我已經試過如下:代替
1) 「」(字符串kwargs參數)與 「背景=#CCFFDD」
2)在鉻模式下運行在Firefox
3)改變了路徑下面的值,我仍然得到錯誤: 「\ test.jpg」, 「c:\ test.jpg」, 「c:\ test.png」, 「c:\ folder1 \ test.png 「,(folder1 exists) 」c:\ folder1 \ test.jpg「,
4)試過 - selenium.captureS creenshot( 「\ test.png」);它工作正常,但它不能解決我的目的,我不想使用awt。
有人可以建議什麼可能是錯的?
感謝,
無限
不要張貼鏈接,否則你的答案是毫無價值的,如果鏈接中斷 – sra 2012-01-02 09:22:07