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 releasing the specified character. | ||
| IAsyncActionSequence & | Queues the series of events to invoke keyboard input for releasing the specified key. | ||
| IAsyncActionSequence & | Release
(
EMouseButtons::Type MouseButton |
Queues the series of events to invoke mouse input for releasing the specified button. | |
| IAsyncActionSequence & | Release
(
const TSharedRef< IElementLocator, ESPMode::ThreadSafe >& ElementLocator, |
Queues a change of focus to the element, then triggers the series of events to invoke keyboard input for releasing the specified character. | |
| IAsyncActionSequence & | Release
(
const TSharedRef< IElementLocator, ESPMode::ThreadSafe >& ElementLocator, |
Queues a change of focus to the element, then triggers the series of events to invoke keyboard input for releasing the specified character. | |
| IAsyncActionSequence & | Release
(
const TSharedRef< IElementLocator, ESPMode::ThreadSafe >& ElementLocator, |
Queues a move of the cursor over the element, then triggers the series of events to invoke mouse input for releasing the specified button. |