
Shell Script code for UFT, VBScript - SendKeys Method
WshShell.SendKeys
To Send/ type any key on the application using vbscript (wscript.shell) , use following code:
Steps:1) create a "wscript.shell" object2) Send key to the application3) Discard all variablesCode:
1) create a "wscript.shell"...