Module |
|
Header |
/Engine/Source/Developer/AutomationDriver/Public/WaitUntil.h |
Include |
#include "WaitUntil.h" |
class Until
Represents a collection of fluent helper functions designed to make accessing and creating driver wait delegates easier
Name | Description | ||
---|---|---|---|
|
FDriverWaitD... |
Condition ( |
Creates a new wait delegate which completes it's wait only if the specified condition returns true or if the specified timeout timespan elapses |
|
FDriverWaitD... |
Condition ( |
Creates a new wait delegate which completes it's wait only if the specified condition returns true or if the specified timeout timespan elapses |
|
FDriverWaitD... |
Condition ( |
Creates a new wait delegate which completes it's wait only if the specified condition returns true or if the specified timeout timespan elapses The lambda is only re-evaluated at the specified wait interval |
|
FDriverWaitD... |
Condition ( |
Creates a new wait delegate which completes it's wait only if the specified condition returns true or if the specified timeout timespan elapses The delegate is only re-evaluated at the specified wait interval |
|
FDriverWaitD... |
ElementExists ( |
Creates a new wait delegate which completes it's wait only if the specified element locator discovers elements or if the specified timeout timespan elapses |
|
FDriverWaitD... |
ElementExists ( |
Creates a new wait delegate which completes it's wait only if the specified element locator discovers elements or if the specified timeout timespan elapses; The element locator is only re-evaluated at the specified wait interval |
|
FDriverWaitD... |
ElementIsInteractable ( |
Creates a new wait delegate which completes it's wait only if the specified element locator discovers interactable elements or if the specified timeout timespan elapses |
|
FDriverWaitD... |
ElementIsInteractable ( |
Creates a new wait delegate which completes it's wait only if the specified element locator discovers interactable elements or if the specified timeout timespan elapses; The element locator is only re-evaluated at the specified wait interval |
|
FDriverWaitD... |
ElementIsScrolledToBeginning ( |
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 |
|
FDriverWaitD... |
ElementIsScrolledToBeginning ( |
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 |
|
FDriverWaitD... |
ElementIsScrolledToEnd ( |
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 end or if the specified timeout timespan elapses |
|
FDriverWaitD... |
ElementIsScrolledToEnd ( |
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 end or if the specified timeout timespan elapses The element locator is only re-evaluated at the specified wait interval |
|
FDriverWaitD... |
ElementIsVisible ( |
Creates a new wait delegate which completes it's wait only if the specified element locator discovers visible elements or if the specified timeout timespan elapses |
|
FDriverWaitD... |
ElementIsVisible ( |
Creates a new wait delegate which completes it's wait only if the specified element locator discovers visible elements or if the specified timeout timespan elapses; The element locator is only re-evaluated at the specified wait interval |
|
FDriverWaitD... |
Lambda ( |
Creates a new wait delegate which drives its state off the result of the specified lambda |