10-30-2010, 01:22 PM
Hi,
Please view the Source of your web page and see if any Events are fired, which enables the button after you enter value in WebEdit.
Try using "FireEvent" Method. Check on which event the button is getting enabled and accordingly you can use appropriate event.
Example:
Rajeshwar..
Please view the Source of your web page and see if any Events are fired, which enables the button after you enter value in WebEdit.
Try using "FireEvent" Method. Check on which event the button is getting enabled and accordingly you can use appropriate event.
Example:
Code:
Browser("name:=XYZ").Page("title:=XYZ").WebEdit("name:=ABC").FireEvent "onblur"
Rajeshwar..