Hi Lorena,
Use Type Method to set the value in the text box or After setting value in text box use a mictab which will enable the button, below is the code
- Vinod
Use Type Method to set the value in the text box or After setting value in text box use a mictab which will enable the button, below is the code
Code:
'method 1:-
WebEdit("name:=xy").Type "abcd"
'method 2:-
WebEdit("name:=xy").set "abcd"
WebEdit("name:=xy").Type "micTab"
- Vinod