Module |
|
Header |
/Engine/Source/Developer/AutomationDriver/Public/LocateBy.h |
Include |
#include "LocateBy.h" |
Source |
/Engine/Source/Developer/AutomationDriver/Private/LocateBy.cpp |
static TSharedRef< IElementLocator, ESPMode::ThreadSafe > Id
(
const TCHAR * Value
)
Creates a new element locator that limits its discovered elements to ones with the specified Id
a locator which uses the specified Id to discover appropriate elements
Parameter |
Description |
---|---|
Value |
The MetaData ID of the element to find |