05-04-2011, 12:00 PM
Following code snippet is not working for Mozilla Browser:-
How to use ready state for Mozilla? Any help weill be appreciated. Thanks.
Code:
Do while ((Browser(objBrowser).Page(objPage).Object.ReadyState)<>"complete")
wait(1)
Loop
How to use ready state for Mozilla? Any help weill be appreciated. Thanks.