06-09-2015, 06:03 PM
Hi all !
I am new to the forum & started learning QTP few days back. I want to know how to store value entered in a webedit box duting recording, in object repository. I entered value 'XY' in google search box. It showed up as
However, in OR property "value" is blank.
On other hand, if I manually add this WebEdit object means Google Search box using ' 'add object to local' button then GetTOproperty gives me value as XY(though getROProperty still gives property "value" as blank)
Please tell me why value entered in webedit box during recording doesn't get stored in OR.
Thanks for help !
I am new to the forum & started learning QTP few days back. I want to know how to store value entered in a webedit box duting recording, in object repository. I entered value 'XY' in google search box. It showed up as
Code:
Browser("Google").Page("Google").WebEdit("q").Set "XY"
However, in OR property "value" is blank.
On other hand, if I manually add this WebEdit object means Google Search box using ' 'add object to local' button then GetTOproperty gives me value as XY(though getROProperty still gives property "value" as blank)
Please tell me why value entered in webedit box during recording doesn't get stored in OR.
Thanks for help !