Hi Arun,
I have a WebEdit and when I run the below code the Webedit is not getting enabled, and only if I input a value on the WebEdit then the Save button would get enabled.
Thanks,
Sathiya
I have a WebEdit and when I run the below code the Webedit is not getting enabled, and only if I input a value on the WebEdit then the Save button would get enabled.
Code:
Browser("").Page("").WebEdit("WebEdit").Set "test3"
The below line did not work
Browser("").Page("").WebButton("Save").FireEvent "onmouseover"Thanks,
Sathiya

