Table of Contents

Method InjectSequence

Namespace
Terminal.Gui.Testing
Assembly
Terminal.Gui.dll

InjectSequence(IEnumerable<InputInjectionEvent>, InputInjectionOptions?)

Injects a sequence of input events with delays between them.

public void InjectSequence(IEnumerable<InputInjectionEvent> events, InputInjectionOptions? options = null)

Parameters

events IEnumerable<InputInjectionEvent>

The sequence of events to inject.

options InputInjectionOptions

Optional injection options.