Skip to main content

Mouse Hover

Moves the mouse pointer to a specified location

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 ContinueOnError property is true, no error is caught when the project is executed even if Catch node is used.

Input

  • X Coordinate - The X coordinate of the location to move the mouse pointer.
  • Y Coordinate - The Y coordinate of the location to move the mouse pointer.

This node moves the mouse pointer to the specified location.

Options

  • Smooth - Selects whether to move the pointer smoothly.