Method InjectSequence
InjectSequence(IEnumerable<InputInjectionEvent>, InputInjectionOptions?)
Injects a sequence of input events with delays between them.
public void InjectSequence(IEnumerable<InputInjectionEvent> events, InputInjectionOptions? options = null)
Parameters
eventsIEnumerable<InputInjectionEvent>The sequence of events to inject.
optionsInputInjectionOptionsOptional injection options.