Page loaded or not | Selenium Forum
M
Muhammad Waseem Posted on 24/01/2019

How do I make sure that page is loaded successfully or not?


A
Ashish Thakur Replied on 04/02/2019

To do that we have to use js executer 

You can find page load time with javascript command

document.readyState
This gives you completed status if page ahs loaded or otherwise loading


M
Muhammad Waseem Replied on 04/02/2019

Could you please provide me code implementing such logic? How and where this will be used?

 

Thanks.


A
Ashish Thakur Replied on 05/02/2019

You can watch Module 17 for this.