08-06-2013, 02:28 AM
(This post was last modified: 08-06-2013, 02:41 AM by auto_tester.)
Hello,
I am facing a problem while trying to set some text in webedit field.
The value is getting entered but missing some characters.
Can anyone please help me the cause and solution.
I am using UFT 11.52 and IE 10.
My application is .NET,javascript and jquery based.
I have tried below alternatives bt does not work.
1.Wait Property
2.Sync Property
3.Browser Refresh
4.SendString
5.SendKeys
6.WebEdit.Object.value
<SAMPLE RESULT>
hllo@gl.cm
</SAMPLE RESULT>
Thanks
I am facing a problem while trying to set some text in webedit field.
The value is getting entered but missing some characters.
Can anyone please help me the cause and solution.
I am using UFT 11.52 and IE 10.
My application is .NET,javascript and jquery based.
I have tried below alternatives bt does not work.
1.Wait Property
2.Sync Property
3.Browser Refresh
4.SendString
5.SendKeys
6.WebEdit.Object.value
Code:
Browser("Browser").Page("Page").Frame("Frame").WebEdit("Email").Set "hello@gmal.com"
<SAMPLE RESULT>
hllo@gl.cm
</SAMPLE RESULT>
Thanks