Navigation
API > API/Developer > API/Developer/AutomationDriver > API/Developer/AutomationDriver/IAsyncDriverElement
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TAsyncResult< bool > DoubleClick () |
Moves the cursor over the element, then triggers the series of events to invoke a double click with the left mouse button | IDriverElement.h | |
TAsyncResult< bool > DoubleClick
(
EMouseButtons::Type MouseButton |
Moves the cursor over the element, then triggers the series of events to invoke a double click with the specified mouse button | IDriverElement.h |
DoubleClick()
Description
Moves the cursor over the element, then triggers the series of events to invoke a double click with the left mouse button
| Name | DoubleClick |
| Type | function |
| Header File | /Engine/Source/Developer/AutomationDriver/Public/IDriverElement.h |
| Include Path | #include "IDriverElement.h" |
TAsyncResult < bool > DoubleClick()
whether the double click was successful
DoubleClick(EMouseButtons::Type)
Description
Moves the cursor over the element, then triggers the series of events to invoke a double click with the specified mouse button
| Name | DoubleClick |
| Type | function |
| Header File | /Engine/Source/Developer/AutomationDriver/Public/IDriverElement.h |
| Include Path | #include "IDriverElement.h" |
TAsyncResult < bool > DoubleClick
(
EMouseButtons::Type MouseButton
)
whether the double click was successful