SendKeys(String) Method

Types the specified string into the object in the application, including special keys.

C# Syntax

void SendKeys( 
   string input
)

Parameters

input
The string can include constants from HP.LFT.SDK.Keys class.