Navigation
API > API/Developer > API/Developer/AutomationDriver > API/Developer/AutomationDriver/IAsyncActionSequence
| Type | Name | Description | |
|---|---|---|---|
| IAsyncActionSequence & | Queues the series of events to invoke keyboard input for pressing the specified character. | ||
| IAsyncActionSequence & | Queues the series of events to invoke keyboard input for pressing the specified key. | ||
| IAsyncActionSequence & | Press
(
EMouseButtons::Type MouseButton |
Queues the series of events to invoke mouse input for pressing the specified button. | |
| IAsyncActionSequence & | Press
(
const TSharedRef< IElementLocator, ESPMode::ThreadSafe >& ElementLocator, |
Queues a change of focus to the specified element, then a series of events to invoke keyboard input for pressing the specified character. | |
| IAsyncActionSequence & | Press
(
const TSharedRef< IElementLocator, ESPMode::ThreadSafe >& ElementLocator, |
Queues a change of focus to the specified element, then a series of events to invoke keyboard input for pressing the specified key. | |
| IAsyncActionSequence & | Press
(
const TSharedRef< IElementLocator, ESPMode::ThreadSafe >& ElementLocator, |
Queues a move of the cursor over the element, then a series of events to invoke mouse input for pressing the specified button. |