Navigation
API > API/Developer > API/Developer/AutomationDriver > API/Developer/AutomationDriver/Until
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FDriverWaitDelegate ElementIsScrolledToBeginning
(
const TSharedRef< IElementLocator, ESPMode::ThreadSafe >& ElementLocator, |
Creates a new wait delegate which completes it's wait only if the specified element locator discovers a scrollable element whose scroll position is at the beginning or if the specified timeout timespan elapses | WaitUntil.h | |
static FDriverWaitDelegate ElementIsScrolledToBeginning
(
const TSharedRef< IElementLocator, ESPMode::ThreadSafe >& ElementLocator, |
Creates a new wait delegate which completes it's wait only if the specified element locator discovers a scrollable element whose scroll position is at the beginning or if the specified timeout timespan elapses The element locator is only re-evaluated at the specified wait interval | WaitUntil.h |
ElementIsScrolledToBeginning(const TSharedRef< IElementLocator, ESPMode::ThreadSafe > &, FWaitTimeout)
Description
Creates a new wait delegate which completes it's wait only if the specified element locator discovers a scrollable element whose scroll position is at the beginning or if the specified timeout timespan elapses
| Name | ElementIsScrolledToBeginning |
| Type | function |
| Header File | /Engine/Source/Developer/AutomationDriver/Public/WaitUntil.h |
| Include Path | #include "WaitUntil.h" |
| Source | /Engine/Source/Developer/AutomationDriver/Private/WaitUntil.cpp |
static FDriverWaitDelegate ElementIsScrolledToBeginning
(
const TSharedRef< IElementLocator , ESPMode::ThreadSafe > & ElementLocator,
FWaitTimeout Timeout
)
ElementIsScrolledToBeginning(const TSharedRef< IElementLocator, ESPMode::ThreadSafe > &, FWaitInterval, FWaitTimeout)
Description
Creates a new wait delegate which completes it's wait only if the specified element locator discovers a scrollable element whose scroll position is at the beginning or if the specified timeout timespan elapses The element locator is only re-evaluated at the specified wait interval
| Name | ElementIsScrolledToBeginning |
| Type | function |
| Header File | /Engine/Source/Developer/AutomationDriver/Public/WaitUntil.h |
| Include Path | #include "WaitUntil.h" |
| Source | /Engine/Source/Developer/AutomationDriver/Private/WaitUntil.cpp |
static FDriverWaitDelegate ElementIsScrolledToBeginning
(
const TSharedRef< IElementLocator , ESPMode::ThreadSafe > & ElementLocator,
FWaitInterval Interval,
FWaitTimeout Timeout
)