12-28-2011, 06:13 PM
Hi Ravi,
Below lines may help you.
Above source taken from
http://www.qtpschool.com/2011/03/sendkey...ns-in.html
Thanks,
Suresh.
Below lines may help you.
Code:
oShell.SendKeys "{ESC}" - press escape key
oShell.SendKeys "john" - type john
oShell.SendKeys "+^{ESC}" - press Ctrl + Shift + Esc keys (open Windows Task Manager)
oShell.SendKeys "%{F}" - press Alt + F key (open file menu)
http://www.qtpschool.com/2011/03/sendkey...ns-in.html
Thanks,
Suresh.