Click Step

The Click step is one of the most commonly used actions (unless you are automating a terminal) in device automation. With a Click (and Move Mouse) step your robot can start and close programs, work with programs interfaces, perform drag-and-drop operations, select text, and perform many other actions that a user can perform with a pointing device.
Click step parameters

Properties

Application
Application finder for the Click step.
Action
Contains three mouse actions:
  • Click: Clicks in the interface.
  • Press: Presses the mouse button without releasing it.
  • Release: Releases the mouse button.
Button
Select Standard Buttons or Calculated Button of the pointing device.
  • Standard Buttons: Left, Middle, Right
  • Calculated Button: When this option is selected, specify a mouse button symbolic constant name of the virtual-key code. See Microsoft documentation for the list of virtual-key codes.
Count
Specify how many times to perform the action. The format is an equal sign and a number, such as =1. For example, for the double-click, specify =2.