SendKeys(String,KeyModifier) Method
Types the specified string into the test object in the application, including special keys or key modifiers.

C# Syntax

void SendKeys( 
   string input,
   KeyModifier modifiers
)

Parameters

input
The string can include constants from HP.LFT.SDK.Keys class.
modifiers
A mask of HP.LFT.SDK.KeyModifier values indicating keys to be pressed and held while the specified string is entered. The keys are released when the SendKeys step is finished.

The Windows Logo modifier is not supported.