SendKeys(AvaloniaElement, String) Method

Definition

Assembly HeadlessTestingFramework.dll

Types text on an element.

public Actions SendKeys(AvaloniaElement element, string text)

Parameters

element
AvaloniaElement

The element to receive the text.

text
String

The text to type.

Returns

Actions
This Actions instance for chaining.