gpt4 book ai didi

java - 如何使用 ReportNG 在 selenium webdriver 中截取失败测试的屏幕截图

转载 作者:太空宇宙 更新时间:2023-11-04 12:57:12 26 4
gpt4 key购买 nike

如果有人知道如何使用reportNG截取selenium webdriver中失败的测试/方法的屏幕截图,请提供帮助。

如果您提供代码,那么它会很有帮助,或者提供一些解决此问题的想法。

提前致谢。

最佳答案

是的,这是可能的。

WebDriver firfoxDriver = new FirefoxDriver();
firfoxDriver.get("https://stackoverflow.com/");
File file = ((TakesScreenshot)firfoxDriver).getScreenshotAs(OutputType.FILE);
// Now you can do whatever you need to do with it, for example copy somewhere
FileUtils.copyFile(file, new File("E:\\Data\\ss.png"));

关于java - 如何使用 ReportNG 在 selenium webdriver 中截取失败测试的屏幕截图,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35287622/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com