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 xyzThen split the variable it will convert into array and u can select the value based on index... hope this works

