Table of Contents

Method Click

Namespace
GrindFest.DevTools
Assembly
GrindFest.dll

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

text string

Returns

string