click
Clicks the target and compensates for movement. Does not check intent or expected result (mouse cross-hair).
Return
true
if the click was executed; otherwise false
Clicks the target and compensates for movement. This method expects (and requires) that the given action is up-text (menu index 0). This method can be used when precision clicking is required, and the option is guaranteed to be up-text. WARNING: this method DOES NOT check intent or expected result (mouse cross-hair). WARNING: The return status does not guarantee the correct action was acted upon.
Return
true
if the mouse was clicked, otherwise false
Parameters
the action to look for
Clicks the target and compensates for movement. This method expects (and requires) that the given action is up-text (menu index 0). This method can be used when precision clicking is required, and the option is guaranteed to be up-text. WARNING: this method DOES NOT check intent or expected result (mouse cross-hair). WARNING: The return status does not guarantee the correct action was acted upon.
Return
true
if the mouse was clicked, otherwise false
Parameters
the action to look for
the option to look for
Clicks the target. This method expects (and requires) that the given action is up-text (menu index 0). This method can be used when precision clicking is required, and the option is guaranteed to be up-text. WARNING: this method DOES NOT check intent or expected result (mouse cross-hair). WARNING: The return status does not guarantee the correct action was acted upon.
Return
true
if the mouse was clicked, otherwise false
Parameters
the menu command to look for
whether or not a menu will open (some interactions are without menu even on single-tap enabled)