08-30-2012, 12:31 PM
(This post was last modified: 08-30-2012, 12:44 PM by sia sharma.)
how to handle this error
The "[ Link ]" 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.
Thanks
sia
here is my code
The "[ Link ]" 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.
Thanks
sia
here is my code
Code:
Browser("sd").Page("sd").WebEdit("city").FireEvent "onclick"
Set WshShell = CreateObject("WScript.Shell")
wait (1)
WshShell.SendKeys (DataTable("city", dtGlobalSheet))
wait(1)
Set WshShell = Nothing
wait 4
Browser("sd").Page("sd").Link("html tag:=A","text:="&DataTable("what", dtGlobalSheet)).Click