String filePath = screenShotName.toString()
String path = "img src="\"file://"" alt="\"\"/"
Reporter.log(path)
我想在可通过电子邮件发送的报告或index.html中获取屏幕截图
我应该将img
的{{1}},src
和file
放在什么位置?
答案 0 :(得分:0)
找到Screeshot的路径:
您只需在项目目录中根目录
中创建Screenshots文件夹File filetest = Paths.get(".").toAbsolutePath().normalize().toFile();
ImageIO.write(img, "png", new File(filetest + "\\Screenshots\\" + " - " + ".png"));