08-04-2015, 12:59 PM
(This post was last modified: 08-04-2015, 01:08 PM by venkatesh9032.)
Try to spy correctly it should show web list.
or else. take the list of elements in a variable using GetROproperty("Names")
syntax:
Then split the variable it will convert into array and u can select the value based on index... hope this works
or else. take the list of elements in a variable using GetROproperty("Names")
syntax:
Code:
xyz = Browser().page().webelement().getroproperty("names")
Msgbox xyz
Then split the variable it will convert into array and u can select the value based on index... hope this works