从MAC捕获整个iphone safari网页

时间:2014-05-15 12:22:08

标签: java ios macos safari screenshot

是否可以从MAC捕获iOS设备/模拟器Safari网页?

现在我正在为safari中的网页加载编写自动化。需要捕获加载页面的截图。

尝试过

driver =  new Augmenter().augment(driver);
    //Get the screenshot
    File scrFile = ((TakesScreenshot) driver).getScreenshotAs(OutputType.FILE);
    System.out.println("Screenshot completed");

但后来才知道它不能在真实设备中运行。那么有人请建议如何从MAC捕获设备截图?

1 个答案:

答案 0 :(得分:0)

参考:https://groups.google.com/forum/#!topic/appium-discuss/A6kAET0C7nc

对于真正的iOS设备,无法使用java代码从mac捕获safari网页。