Table of Contents

Method ClickText

Namespace
GrindFest
Assembly
GrindFest.dll

ClickText(string, bool)

Click the visible element with this text. Returns false when it is not on screen.

public static bool ClickText(string text, bool alsoSendClickEvent = false)

Parameters

text string
alsoSendClickEvent bool

Returns

bool