How to check web page completely loaded using JavaScript

Hemanthbanty

New Member
Hi all, I am trying to automate few web application. I wanna make sure that page has been loaded completely. I have seen people using wait for window command and validate. Also there is option called readystate in JavaScript. How to use this readystate command in automation anywhere.
 
Top