Method FindAllByText
- Namespace
- GrindFest
- Assembly
- GrindFest.dll
FindAllByText(string)
Elements whose own text equals text (trimmed, case-sensitive).
public static List<VisualElement> FindAllByText(string text)
Parameters
textstring
Elements whose own text equals text (trimmed, case-sensitive).
public static List<VisualElement> FindAllByText(string text)
text string