开发者

Is it possible to test wait time for page access with Selenium IDE?

I want Selenium IDE to fail a test if the time to access a page is more 开发者_StackOverflow社区than 60 seconds and log the time it took to access the page.

Is it possible to do that?


yes it is and should happen straight away with the normal Selenium IDE. If you do waitForPageToLoad command you need to pass in the timeout. you can update this to using the SetTimeout call to set it to what you want.

All of the wait commands in Selenium default to timing out after 30 seconds by default.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜