随笔分类 -  Appium

软件测试过程中-手机截屏
摘要:截屏代码: // File file= driver.getScreenshotAs(OutputType.FILE); // File screenFile=new File("F:\\screenFile.png"); // FileUtils.copyFile(file, screenFile 阅读全文
posted @ 2017-03-09 23:53 Treying 阅读(315) 评论(0) 推荐(0)