SendKeys(String) Method

Definition

Assembly HeadlessTestingFramework.dll

Types the specified text.

public Actions SendKeys(string text)

Parameters

text
String

The text to type.

Returns

Actions
This Actions instance for chaining.