ControlClick
ControlClick is a term used in GUI automation to describe the action of programmatically clicking a specific user interface control within a window. It is employed by scripting and testing tools to interact with applications without requiring manual input. The concept is implemented in popular automation environments such as AutoIt and AutoHotkey, where commands or functions named ControlClick target a named window and a particular control within that window.
The typical purpose of ControlClick is to send a click event to a control, such as a
Limitations exist: not all controls can be identified reliably, especially on applications that use custom or
Usage scenarios include automated testing, batch installations, and repetitive UI tasks where clicking a specific element