TypeText(Interactive, String, Int32) Method

Definition

Assembly HeadlessTestingFramework.dll

Simulates typing a string of text.

public void TypeText(Interactive target, string text, int keyInterval = 50)

Parameters

target
Avalonia.Interactivity.Interactive

The target control to receive the events.

text
String

The text to type.

keyInterval
Int32

Time between key presses in milliseconds.