Micro Focus QTP (UFT) Forums
record tab or down/up arrow keys - Printable Version

+- Micro Focus QTP (UFT) Forums (https://www.learnqtp.com/forums)
+-- Forum: Micro Focus UFT (earlier known as QTP) (https://www.learnqtp.com/forums/Forum-Micro-Focus-UFT-earlier-known-as-QTP)
+--- Forum: UFT / QTP Beginners (https://www.learnqtp.com/forums/Forum-UFT-QTP-Beginners)
+--- Thread: record tab or down/up arrow keys (/Thread-record-tab-or-down-up-arrow-keys)



record tab or down/up arrow keys - learnasugo - 10-07-2011

Please assist I need to record a "tab" or "down/up" arrows. Is there any way in which I can do that?
for some reason these keys are not being recorded anytimw during a record session Sad


RE: record tab or down/up arrow keys - rajpes - 10-19-2011

Code:
set WshShell = WScript.CreateObject("WScript.Shell")
WshShell.sendkeys “{TAB}”