How to get a last item in weblist?
To get the last item in the list, the following code can be used.
E.g.,
x=Browser("Browser Name").page("PageName").Weblist("WebListName").GetRoProperty("items count")
msgbox Browser("Browser").page("PageName").Weblist
("WebListName").Getitem(x)
E.g.,
x=Browser("Browser Name").page("PageName").Weblist("WebListName").GetRoProperty("items count")
msgbox Browser("Browser").page("PageName").Weblist
("WebListName").Getitem(x)
Comments
Post a Comment