Skip to main content

Mouse Click

Clicks on a specified location on the screen.

Common Properties

  • Name - The custom name of the node.
  • Color - The custom color of the node.
  • Delay Before (sec) - Waits in seconds before executing the node.
  • Delay After (sec) - Waits in seconds after executing node.
  • Continue On Error - Automation will continue regardless of any error. The default value is false.
info

If the ContinuenOnError property is true, no error is caught when the project is executed even if the Catch node is used.

Input

  • X Coordinate - The x coordinate of the location on the screen where the click should occur.
  • Y Coordinate - The y coordinate of the location on the screen where the click should occur.

Options

  • Mouse Button - The mouse button to be used for the click.
  • Click Type - The type of click to be performed.
  • Key Modifier - The key modifier to be used while performing the click.