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