07-28-2009, 04:03 PM
Hi ,
How to select the Check box from the table(it is a dinamic table), when i give the unique property value in the code it says ur application is the object more than one time. But i am taking unique value only.
conside 5 row are present with the personel name.
i am taking the Nmae of the second person.[/align]
Code:
------
Result:
-------
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.
How to select the Check box from the table(it is a dinamic table), when i give the unique property value in the code it says ur application is the object more than one time. But i am taking unique value only.
conside 5 row are present with the personel name.
i am taking the Nmae of the second person.[/align]
Code:
------
Code:
Browser("name:=Chordiant Unified Desktop").Page("title:=Chordiant Unified Desktop").WebElement("innerhtml:=V_INT_41_Chargeback").Click
Result:
-------
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.