SendKeys(String) Method

Definition

Assembly HeadlessTestingFramework.dll

Sends text input to the element. Uses keyboard simulator to preserve bindings and trigger proper events.

public AvaloniaElement SendKeys(string text)

Parameters

text
String

The text to send.

Returns

AvaloniaElement
This element for chaining.