Forum Discussion
Dmitry_Nikolaev
Staff
15 years agoHi Sri,
Set MyResult = MyCell.WaitProperty("URL","http://qa2008/advantageV260/SY/ReportViewer.aspx", 480000)
...
I have three properties i can check for this object Name, URL. It says waiting for that page But looks like it is not waiting for the time i have specified. it is comming out and going to else loop.
The WaitProperty method returns a Boolean value which does not require the 'Set' operator to be assigned to a variable. Probably, this is the cause of the problem.
MyResult = MyCell.WaitProperty("URL","http://qa2008/advantageV260/SY/ReportViewer.aspx", 480000)