Navigation
API > API/Developer > API/Developer/AutomationDriver > API/Developer/AutomationDriver/IAsyncActionSequence
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
IAsyncActionSequence & ScrollToEnd
(
const TSharedRef< IElementLocator, ESPMode::ThreadSafe >& ElementLocator |
Queues a move of the cursor over the element, then triggers the series of events to invoke a mouse wheel scroll, scrolling the element until it reaches the end | IDriverSequence.h | |
IAsyncActionSequence & ScrollToEnd
(
const TSharedRef< IElementLocator, ESPMode::ThreadSafe >& ElementLocator, |
Queues a move of 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 | IDriverSequence.h |
ScrollToEnd(const TSharedRef< IElementLocator, ESPMode::ThreadSafe > &)
Description
Queues a move of the cursor over the element, then triggers the series of events to invoke a mouse wheel scroll, scrolling the element until it reaches the end
| Name | ScrollToEnd |
| Type | function |
| Header File | /Engine/Source/Developer/AutomationDriver/Public/IDriverSequence.h |
| Include Path | #include "IDriverSequence.h" |
IAsyncActionSequence & ScrollToEnd
(
const TSharedRef< IElementLocator , ESPMode::ThreadSafe > & ElementLocator
)
ScrollToEnd(const TSharedRef< IElementLocator, ESPMode::ThreadSafe > &, float)
Description
Queues a move of 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/IDriverSequence.h |
| Include Path | #include "IDriverSequence.h" |
IAsyncActionSequence & ScrollToEnd
(
const TSharedRef< IElementLocator , ESPMode::ThreadSafe > & ElementLocator,
float Delta
)