Method Click
Click(string)
Click a UI element by its text. Finds the TextElement, walks up to its event-handling parent, and dispatches PointerDown+PointerUp+Click through the panel's event dispatcher — exactly what a real click does.
public static string Click(string text)
Parameters
textstring