Navigation
API > API/Developer > API/Developer/AutomationDriver > API/Developer/AutomationDriver/By
| Name | TextFilter |
| Type | class |
| Header File | /Engine/Source/Developer/AutomationDriver/Public/LocateBy.h |
| Include Path | #include "LocateBy.h" |
Syntax
class TextFilter
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static TSharedRef< IElementLocator, ESPMode::ThreadSafe > Contains
(
const FElementLocatorRef& RootLocator, |
Creates a new element locator that limits the elements discovered by the root locator provided to the function to those containing the specified text substring. | LocateBy.h | |
static TSharedRef< IElementLocator, ESPMode::ThreadSafe > Equals
(
const FElementLocatorRef& RootLocator, |
Creates a new element locator that limits the elements discovered by the root locator provided to the function to those containing the specified text. | LocateBy.h |