Navigation
API > API/Developer > API/Developer/AutomationDriver > API/Developer/AutomationDriver/IAsyncActionSequence
| Type | Name | Description | |
|---|---|---|---|
| IAsyncActionSequence & | DoubleClick () |
Queues the series of events to invoke a double click with the left mouse button at the current cursor location | |
| IAsyncActionSequence & | DoubleClick
(
const TSharedRef< IElementLocator, ESPMode::ThreadSafe >& ElementLocator |
Queues a move of the cursor over the element, then triggers the series of events to invoke a double click with the left mouse button | |
| IAsyncActionSequence & | DoubleClick
(
EMouseButtons::Type MouseButton |
Queues the series of events to invoke a double click with the specified mouse button at the current cursor location | |
| IAsyncActionSequence & | DoubleClick
(
const TSharedRef< IElementLocator, ESPMode::ThreadSafe >& ElementLocator, |
Queues a move of the cursor over the element, then triggers the series of events to invoke a double click with the specified mouse button |