我可以使用 captureScreenshotOnFailure 来捕获错误,而不仅仅是 selenium RC 中的失败吗?

发布于 2024-11-05 14:55:58 字数 31 浏览 0 评论 0原文

每当出现问题(错误或失败)时,我都会尝试捕获屏幕

I'm trying to capture the screen whenever something goes wrong, either an error or failure

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

墨小沫ゞ 2024-11-12 14:55:58

您可以使用 selenium.captureScreenshot() 创建一个 util 方法,只要您想要捕获屏幕截图,就可以调用该方法。但是,如果您使用 Testng,则可以参考 http: //satishjohn.wordpress.com/2012/06/04/selenium-testng-error-screenshot-listene/ 但这是针对 failedtest Passedtest 跳过的测试。但是,您可以将 capturescreen shot 作为辅助方法放入实用程序中,并在 testng 方法下调用它。

You can use selenium.captureScreenshot() create a util method which you can call whenever you want to capture the screen shot. However if you are using Testng then you can refer http://satishjohn.wordpress.com/2012/06/04/selenium-testng-error-screenshot-listene/ but this is for failedtest passedtest skipped test. however you can put the capturescreen shot as a helper method in you utilities and call it under the testng method.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文