Simulates a click or a ENTER on the specified control.
Syntax:
Click(id) Click(id1,id2,...) (requires v2.4.5 and higher)
Parameters:
id - Control Identifier
Remarks:
The clicked control behaves as if clicked. Any commands spcified in the action= parameter are executed.
The id can contain variables.
Disabled or invisible controls can also be executed, menu items as well as commands defined within the <COMMANDS> block.
Control ID's should be unique, otherwise the first id found is executed.
From version 2.4.5, multiple, comma separated IDs can be specified to chain a sequence of clicks.
Example:
In this example, typing a filename inside the combo box control and pressing enter, causes a simulated mouse click to be sent to the openurl control. In response to the click, the button opens the specified URL http://www.toolbarbrowser.com/%FILENAME%" where %FILENAME% is replaced by the value of the filename control.