11-04-2009, 01:28 PM
Hi All,
I am trying to automate a web application developed in Java. Attached is the screenshot. In the screen, I want to capture the value of Issue# which is 12544 in the screen. When I capture the property of the object its seen as Browser-> Page -> WEbElement -> WebTable ->innertext.
But the value of WebTable changes dynamically like WebTable,WebTable_1,WebTable_2. I used regular expression for this and I am trying to capture the value currently as
But I am getting a run-time error saying - The "[ 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.
Please can you help me in identifying the object uniquely and capturing the value...
Regards,
Sheetal
I am trying to automate a web application developed in Java. Attached is the screenshot. In the screen, I want to capture the value of Issue# which is 12544 in the screen. When I capture the property of the object its seen as Browser-> Page -> WEbElement -> WebTable ->innertext.
But the value of WebTable changes dynamically like WebTable,WebTable_1,WebTable_2. I used regular expression for this and I am trying to capture the value currently as
Code:
Browser("AES - CATS - Login >>").Page("Whitepaper Summary
Page_2").WebElement("Name:=WebTable.*").GetROProperty("innertext")
But I am getting a run-time error saying - The "[ 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.
Please can you help me in identifying the object uniquely and capturing the value...
Regards,
Sheetal