Navigation
API > API/Developer > API/Developer/AutomationDriver > API/Developer/AutomationDriver/IAsyncActionSequence
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Queues the series of events to invoke a click with the left mouse button at the current cursor location | IDriverSequence.h | ||
IAsyncActionSequence & Click
(
const TSharedRef< IElementLocator, ESPMode::ThreadSafe >& ElementLocator |
Queues a move of the cursor over the element, then triggers the series of events to invoke a click with the left mouse button | IDriverSequence.h | |
IAsyncActionSequence & Click
(
EMouseButtons::Type MouseButton |
Queues the series of events to invoke a click with the specified mouse button at the current cursor location | IDriverSequence.h | |
IAsyncActionSequence & Click
(
const TSharedRef< IElementLocator, ESPMode::ThreadSafe >& ElementLocator, |
Queues a move of the cursor over the element, then triggers the series of events to invoke a click with the specified mouse button | IDriverSequence.h |
Click()
Description
Queues the series of events to invoke a click with the left mouse button at the current cursor location
| Name | Click |
| Type | function |
| Header File | /Engine/Source/Developer/AutomationDriver/Public/IDriverSequence.h |
| Include Path | #include "IDriverSequence.h" |
IAsyncActionSequence & Click()
Click(const TSharedRef< IElementLocator, ESPMode::ThreadSafe > &)
Description
Queues a move of the cursor over the element, then triggers the series of events to invoke a click with the left mouse button
| Name | Click |
| Type | function |
| Header File | /Engine/Source/Developer/AutomationDriver/Public/IDriverSequence.h |
| Include Path | #include "IDriverSequence.h" |
IAsyncActionSequence & Click
(
const TSharedRef< IElementLocator , ESPMode::ThreadSafe > & ElementLocator
)
Click(EMouseButtons::Type)
Description
Queues the series of events to invoke a click with the specified mouse button at the current cursor location
| Name | Click |
| Type | function |
| Header File | /Engine/Source/Developer/AutomationDriver/Public/IDriverSequence.h |
| Include Path | #include "IDriverSequence.h" |
IAsyncActionSequence & Click
(
EMouseButtons::Type MouseButton
)
Click(const TSharedRef< IElementLocator, ESPMode::ThreadSafe > &, EMouseButtons::Type)
Description
Queues a move of the cursor over the element, then triggers the series of events to invoke a click with the specified mouse button
| Name | Click |
| Type | function |
| Header File | /Engine/Source/Developer/AutomationDriver/Public/IDriverSequence.h |
| Include Path | #include "IDriverSequence.h" |
IAsyncActionSequence & Click
(
const TSharedRef< IElementLocator , ESPMode::ThreadSafe > & ElementLocator,
EMouseButtons::Type MouseButton
)