当网页加载时间较长时如何处理延迟?

发布于 2024-11-02 03:49:09 字数 84 浏览 1 评论 0原文

我正在使用 watin 进行一些单元测试。但问题是,当网页加载时间过长时,测试自动化会失败,因为所需的元素仍然不可用,但控制操作已在 watin 中执行。

I am doing some unit testing using watin. but the problem is when a web page gets too long to load, the test automation fails because the required element is still not available but the control action is already executed in watin.

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

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

发布评论

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

评论(1

热风软妹 2024-11-09 03:49:09

只需将 Settings.WaitUntilExistsTimeOut 设置为您需要等待的秒数即可。

Just set Settings.WaitUntilExistsTimeOut to wait as many seconds as you need.

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