Mouse

Mouse activity is used for sending Mouse actions to the currently open screen, regardless of the browser or application.

*Action Specifies the mouse click type.
X-Position The location on the X-axis where the process will take place is entered. It can also be entered as a variable. Note: The variables are used in ${} in Robusta RPA.
Y-Position The location on the Y-axis where the process will take place is entered. It can also be entered as a variable. Note: The variables are used in ${} in Robusta RPA.

Note: * Fields selected with are required, others are optional.

Action examples

You can use the Action as shown in the examples.

LEFT_CLICK

RIGHT_CLICK

DOUBLE_CLICK

MOVE

X-Position examples

You can use the X-Position as shown in the examples.

425

${xPos}

Y-Position examples

You can use the Y-Position as shown in the examples.

125

${yPos}