如何避免 WebDriver 在等待 Google Ads 或 Google Analytics 加载时卡住?
我使用 Selenium WebDriver
(C# 库)进行 UI 自动化。该网络应用程序在大多数页面上使用谷歌广告和谷歌分析。
当我在一段时间后运行测试时(大约执行了 50 个测试),所有测试都会卡住并最终在等待谷歌广告和分析加载时失败。
- 有人遇到过这个问题吗?
- 您将如何解决这个问题?
但在您回答“创建一个仅用于没有谷歌广告脚本的测试的构建”之前,我们可以说它不是一个选项。
I'm using Selenium WebDriver
(C# library) for UI automation. The web app uses google ads and google analytics on most of pages.
When I run the tests after a while (about 50 tests executed) all tests get stuck and eventualy fail while waiting for google ads and analytics to load.
- Has anyone had this problem?
- How would you work around this issue?
But before you answer 'create a build just for tests without google ad scripts' lets say its not an option.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以
You could