Forum Discussion
madnut
16 years agoContributor
Thanks Jared,
but according to TC Help
"The WaitPage method checks the readyState property of
the loaded HTML document and returns when this property reports that the page
loading is completed"
So, if it's true than WaitPage() should be the same as page.Wait(), isn't it?
I'm just wondering if I should separately check for readyState value to be sure that page is completely loaded.