Hi Rajavan,
This may help you,
The working of the above code is like this,
MicCtrlDwn -> This will press the Ctrl key
MicF5 - > This will press the F5 key
MicCtrlUp - > This will release the Ctrl key.
This may help you,
Code:
Browser("Google Home Page").page("Login Page").type micCtrlDwn micF5 micCtrlUpMicCtrlDwn -> This will press the Ctrl key
MicF5 - > This will press the F5 key
MicCtrlUp - > This will release the Ctrl key.

