Navigation
API > API/Developer > API/Developer/AutomationDriver > API/Developer/AutomationDriver/IAutomationDriver
Description
This doesn't invoke the locator until some action is performed on the element. You will need to invoke the Exists() method on the element to confirm the elements existence if that is what you want to do.
| Name | FindElement |
| Type | function |
| Header File | /Engine/Source/Developer/AutomationDriver/Public/IAutomationDriver.h |
| Include Path | #include "IAutomationDriver.h" |
TSharedRef< IDriverElement , ESPMode::ThreadSafe > FindElement
(
const TSharedRef< IElementLocator , ESPMode::ThreadSafe > & ElementLocator
)
a driver element representing a single element located by the specified locator