11-19-2009, 12:52 PM
Hi Saket
Thanks for the example you gave and It solved my problem
But still I have a doubt that why we have used Object.readyState and not below statement
I tried this statement but it did not work which is giving the NULL output
could you please let me know what is the difference
Thanks for the example you gave and It solved my problem
But still I have a doubt that why we have used Object.readyState and not below statement
Code:
While Browser("Workspace").Page("Workspace").getroproperty("readyState ") <> "complete"
could you please let me know what is the difference