Navigation
API > API/Developer > API/Developer/AutomationDriver > API/Developer/AutomationDriver/IDriverElement
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
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 | |
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" |
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" |
bool Click
(
EMouseButtons::Type MouseButton
)
whether the click was successful