Table of Contents

Method ClickByName

Namespace
GrindFest
Assembly
GrindFest.dll

ClickByName(string, bool)

Click the element with this id (JSX id="..."). For text-ambiguous controls.

public static bool ClickByName(string name, bool alsoSendClickEvent = false)

Parameters

name string
alsoSendClickEvent bool

Returns

bool