10-29-2013, 10:22 AM
HI,
I am trying to Automate the logon button using static DP.
My code is like below:
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.
When i am using the above code ,getting the below error. I have tried adding index and checked,not getting the error but not clicking on the logon button.
Please suggest me what are the steps to resolve the above issue.
Thank you,
Sumanth
I am trying to Automate the logon button using static DP.
My code is like below:
Code:
Browser("title:=****").Page("title:=****").WebElement("htmltag:=***").Click
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.
When i am using the above code ,getting the below error. I have tried adding index and checked,not getting the error but not clicking on the logon button.
Please suggest me what are the steps to resolve the above issue.
Thank you,
Sumanth