Navigation
API > API/Developer > API/Developer/AutomationDriver > API/Developer/AutomationDriver/IAsyncDriverElement
Description
Moves the cursor over the element, then triggers the series of events to invoke a mouse wheel scroll by the specified delta. Most average user scrolling is limited to a range of -5 to 5.
| Name | ScrollBy |
| Type | function |
| Header File | /Engine/Source/Developer/AutomationDriver/Public/IDriverElement.h |
| Include Path | #include "IDriverElement.h" |
TAsyncResult < bool > ScrollBy
(
float Delta
)
whether the scroll by delta was successful