Simulates mouse button clicks on specified Windows control (button, edit field etc), menu or screen position.



Variable Name - Name of the Control Click macro variable. Spaces or special characters in variable name are not allowed.


In text, Control Click macro is presented as %CLICK_VarName% field. Double-click on In the field name to edit. In the following example, the specified Edit field will be clicked (selected), the text will be entered and then OK button will be pressed to finalize the entry.

%CLICK_EditField% Entered text. %CLICK_OKButton%


Mode - The following modes are available:

- Control - performs a click on specified Windows control (button, edit field etc.).

- Menu - performs a click on specified menu.

- Position (x/y) - performs a click on a specified screen position.


Control - Specify a target control, menu or screen position (x/y coordinates). Use Window Information tool to recognize target names or coodinates.

Window - A window title or other criteria identifying the target window. Use Window Information tool to recognize window names.

Click - The mouse button to click (Left, Right, Middle, Double left click).