TextClick Method (AnyWin)

Class

AnyWin class.

Action

Clicks on the specified text string within this object.

Syntax

        anyWin.TextClick(text, [occurrence, clickType, modifiers, position, exactMatch])
      
Variable Description
text The text string to be clicked. STRING.
occurrence Optional: Which occurrence of the text should be clicked, if there are multiple results. The first occurrence is 1. Integer.
clickType Optional: The desired mouse action. Default: left click. CLICKTYPE.
modifiers Optional: The modifier keys (Alt, Shift, Ctrl) to press while clicking. Default: Don't use modifier keys. MODIFIERKEYSTATE.
position Optional: The coordinates at which to click. The coordinates are relative to the upper-left corner of the text. If no coordinates are specified, or if NULL is specified, the click is performed on the center of the text. POINT.
exactMatch Optional: If true the text must completely match the captured text, otherwise a partial match is allowed. BOOLEAN