Method Highlight
Highlight(string, string, HighlightSearchMode)
Highlights an element in the editor for a short period of time.
Declaration
public static void Highlight(string windowTitle, string text, HighlightSearchMode mode = HighlightSearchMode.Auto)
Parameters
Type | Name | Description |
---|---|---|
string | windowTitle | The title of the window the element is inside. |
string | text | The text to identify the element with. |
HighlightSearchMode | mode | Optional mode to specify how to search for the element. |