Click or drag to resize

IControl.Keys Method

Simulates keyboard input to a window or control.

Namespace:  SmartBear.TestLeft.TestObjects
Assembly:  SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax
void Keys(
	string keys
)

Parameters

keys
Type: System.String
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.
See Also