09-26-2008, 04:21 PM
Hi , Try this
1. include the list item in your OR and then do Webelement("item").Click to select that item .. This is because you will find that the list items are also Webelements
2. OR try this
Webelement ("innertext:= item" , " index:= 0")
item is the name of the item on the list and index should be filled depending on the item that you need , either 0 or 1 or 2
Sonia
1. include the list item in your OR and then do Webelement("item").Click to select that item .. This is because you will find that the list items are also Webelements
2. OR try this
Webelement ("innertext:= item" , " index:= 0")
item is the name of the item on the list and index should be filled depending on the item that you need , either 0 or 1 or 2
Sonia