超时从渲染器接收消息:9.999,同时截屏

时间:2019-04-25 10:12:59

标签: selenium-webdriver selenium-chromedriver appium

我正在运行appium混合应用程序。在截取屏幕快照时,我收到“ org.openqa.selenium.TimeoutException:超时:超时,从渲染器接收消息:9.999”。仅在拍摄屏幕快照时,我才遇到问题,而在其他情况下,它可以正常工作。

我尝试过更改chrome驱动程序版本,但得到了相同的结果

File scrFile = ((TakesScreenshot)driver).getScreenshotAs(OutputType.FILE);
        File destFile =new File(screenShotPath);
        FileUtils.copyFile(scrFile,destFile );

0 个答案:

没有答案