Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如果访问页面的时间超过 60 秒,我希望 Selenium IDE 无法通过测试并记录访问页面所花费的时间。
有可能这样做吗?
是的,它是并且应该使用普通的 Selenium IDE 立即发生。如果您执行 waitForPageToLoad 命令,则需要传入超时。您可以将其更新为使用 SetTimeout 调用将其设置为您想要的。
Selenium 中的所有等待命令默认在 30 秒后超时。