我尝试了很多方法,但仍然坚持下去。 我使用代码:
File f = new File("reports.png");
selenium.captureEntirePageScreenshot(f.getAbsolutePath(), "");
我也尝试了
protected String dir_path = System.getProperty("user.dir");
并没有结果。我无法在jenkins项目文件夹中找到任何图像。 我试过
*iexplore然后我得到了错误,因为当使用iexplorer时selenium无法制作屏幕截图。所以我改为
*firefox