webDriver实现截图:File srcFile = ((TakesScreenshot)driver). getScreenshotAs(OutputType.FILE); FileUtils.copyFile (srcFile,new File("d:\\screenshot.png"));运行junit4报错:调试时显示:getScreenshotAs(OutputType.FILE); 有问题
添加回答
举报
0/150
提交
取消