Navigation
API > API/Developer > API/Developer/AutomationDriver > API/Developer/AutomationDriver/IAsyncAutomationDriver
Description
This is a non-blocking call and doesn't invoke the locator until some action is performed on the element. You will need to invoke the GetElements() method on the collection to confirm the existence of any elements.
| Name | FindElements |
| Type | function |
| Header File | /Engine/Source/Developer/AutomationDriver/Public/IAutomationDriver.h |
| Include Path | #include "IAutomationDriver.h" |
TSharedRef< IAsyncDriverElementCollection , ESPMode::ThreadSafe > FindElements
(
const TSharedRef< IElementLocator , ESPMode::ThreadSafe > & ElementLocator
)
a driver element collection representing multiple elements potentially located by the specified locator