12-04-2011, 10:28 PM
Hi prasant,
I typed a basic script of 2 lines
The first statement is executed, the text 'qtp' is inserted into the text box.
The second statement is not executed and the following error is displayed.
The "[ WebButton ]" 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.
Thank you so much for your time.
Soumya
I typed a basic script of 2 lines
Code:
browser("name:=Google").page("title:=Google").webedit("name:=q").Set "qtp"
browser("name:=Google").page("title:=Google").webbutton("name:=Google Search", "value:=Google Search").Click
The first statement is executed, the text 'qtp' is inserted into the text box.
The second statement is not executed and the following error is displayed.
The "[ WebButton ]" 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.
Thank you so much for your time.
Soumya