10-17-2012, 03:14 PM
Hi all,
I have a web Element in my application which is getting reated in diffrent positions.
I want to capture the value of that element ....here is my code
but it gives a error saying
"[ WebElement ]" object's description matches more than one of the objects currently displayed in your application. Add additional properties to the object description in order to uniquely identify the object.
which is obivious bcoz the same web element is dispalyed at diffrent positions.
My question is ......
how can i select any 1 of them?
Thanks
sia
I have a web Element in my application which is getting reated in diffrent positions.
I want to capture the value of that element ....here is my code
Code:
B=Browser("name:=.*").Page("title:=.*").WebElement("html tag:=B","height:=14").GetROProperty("innertext")
but it gives a error saying
"[ WebElement ]" object's description matches more than one of the objects currently displayed in your application. Add additional properties to the object description in order to uniquely identify the object.
which is obivious bcoz the same web element is dispalyed at diffrent positions.
My question is ......
how can i select any 1 of them?
Thanks
sia