Scenario:-
How we can perform events like Click down Arrow Enter, Tab Using UFT?
Approach:-
We need to use “SendKeys” method of “Wscript”
Definition:-
Sendkeys, is used to send one or more keystrokes to the active window as if they were typed at the keyboard
Syntax:-
Object.Sendkeys Keystrokes
Example:-
How to activate windows Key /Startup Program?
Note:-Shortcut for Windows Key in Windows 7 is “CTRL+ESC“.
Code:-
How we can perform events like Click down Arrow Enter, Tab Using UFT?
Approach:-
We need to use “SendKeys” method of “Wscript”
Definition:-
Sendkeys, is used to send one or more keystrokes to the active window as if they were typed at the keyboard
Syntax:-
Object.Sendkeys Keystrokes
Example:-
How to activate windows Key /Startup Program?
Note:-Shortcut for Windows Key in Windows 7 is “CTRL+ESC“.
Code:-
![]() |
Launch Start manager |
Keys and Keystrokes in sendkeys method?
Examples in UFT
Selenium Example of Sendkeys