Navigation
API > API/Developer > API/Developer/AutomationDriver > API/Developer/AutomationDriver/Until
| Type | Name | Description | |
|---|---|---|---|
| FDriverWaitDelegate | ElementIsVisible
(
const TSharedRef< IElementLocator, ESPMode::ThreadSafe >& ElementLocator, |
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 | |
| FDriverWaitDelegate | ElementIsVisible
(
const TSharedRef< IElementLocator, ESPMode::ThreadSafe >& ElementLocator, |
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 |