06-10-2013, 11:10 AM
Interesting. Let me know if the msgbox returns the count at any point of time?
Code:
Do
browser().page().weblist().Click
wait 1
oItems = browser().page().weblist().GetROProperty("items count")
msgbox oItems
If oItems <> 0 then
browser().page().weblist().click
browser().page().weblist().select(4)
Exit Do
End If
i=i+1
Loop Until oItems <> 0 or i>20
Basanth
Give a fish to a man and you feed him for a day..Teach a man how to fish and you feed him for life.
Give a fish to a man and you feed him for a day..Teach a man how to fish and you feed him for life.