Simulates keyboard input to a window or control that is currently active on the Windows desktop.
Namespace:
SmartBear.TestLeft.TestObjects
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax Sub Keys (
keys As String
)
Dim instance As IDesktop
Dim keys As String
instance.Keys(keys)
void Keys(
String^ keys
)
Parameters
- keys
- Type: SystemString
The keystrokes to be simulated. Can include alphanumeric characters and special key codes (CRTL, ALT and others). To learn more about the keystroke format, see Simulating Keystrokes in TestLeft documentation.
Exceptions See Also