03-11-2010, 10:39 AM
you can try using "FireEvent" Method.Check on which event the button is getting enabled and accordingly you can use appropriate event.
Example:
Example:
Code:
Browser("name:=XYZ").Page("title:=XYZ").WebEdit("name:=ABC").FireEvent "onblur"