Firefox 等待超时 [WatiN]
有没有办法使用 WatiN 更改 Firefox 的超时?
它抛出此错误:“等待主文档变得可用时超时”。
Is there any way of changing the timeout for Firefox using WatiN?
It throws this error: "Timeout while waiting for main document becoming available".
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果页面加载时间较长,那么您可以
在触发超时异常之前增加等待时间。
或者,如果每次运行页面加载的时间不同,因此在这种情况下 WaitForCompleteTimeOut 时间无法固定,您可以在页面上搜索文本并等待该文本出现,以这种方式,
If the page is taking longer time to load then you can use
to increase the wait time before it fires the time out exception.
Or, if the page gets loaded in a variable amount of time for each run, so WaitForCompleteTimeOut time can't be fixed in that scenario, you can search for a text on the page and wait till that text appears, in this manner,