Posts: 1,003
Threads: 1
Joined: Jul 2009
Reputation:
5
06-07-2013, 02:45 PM
No, There is a click on the weblist i had added. Did you try or you were still waiting for my answer?
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.
Posts: 12
Threads: 2
Joined: May 2013
Reputation:
0
06-10-2013, 01:50 AM
(This post was last modified: 06-10-2013, 01:51 AM by qtpbeginner78.)
Hi,
I tried to it but no luck.
Hi,
Yes i tried your code but still no luck.
Posts: 1,003
Threads: 1
Joined: Jul 2009
Reputation:
5
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.