Navigation
API > API/Developer > API/Developer/AutomationDriver > API/Developer/AutomationDriver/IAsyncDriverElement
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TAsyncResult< bool > ScrollToEnd () |
Moves the cursor over the element, then triggers the series of events to invoke a mouse wheel scroll, scrolling the element until it reaches the beginning | IDriverElement.h | |
TAsyncResult< bool > ScrollToEnd
(
float Amount |
Moves the cursor over the element, then triggers the series of events to invoke a mouse wheel scroll by the specified delta amount, scrolling the element until it reaches the end | IDriverElement.h |
ScrollToEnd()
Description
Moves the cursor over the element, then triggers the series of events to invoke a mouse wheel scroll, scrolling the element until it reaches the beginning
| Name | ScrollToEnd |
| Type | function |
| Header File | /Engine/Source/Developer/AutomationDriver/Public/IDriverElement.h |
| Include Path | #include "IDriverElement.h" |
TAsyncResult < bool > ScrollToEnd()
whether the scroll to end was successful
ScrollToEnd(float)
Description
Moves the cursor over the element, then triggers the series of events to invoke a mouse wheel scroll by the specified delta amount, scrolling the element until it reaches the end
| Name | ScrollToEnd |
| Type | function |
| Header File | /Engine/Source/Developer/AutomationDriver/Public/IDriverElement.h |
| Include Path | #include "IDriverElement.h" |
TAsyncResult < bool > ScrollToEnd
(
float Amount
)
whether the scroll to end was successful