Help Centre › Building Processes
This article describes the RPA Mouse functionality to click.
For a full list of available functions, please read MOUSE functions.
Description
The MOUSE Click function allows you to click.
Setting it up
To use the MOUSE Click function, follow these instructions:
{{popups:rpas/add:action=click}}
Once on a process map:
- Navigate to the process where you would like to add the MOUSE Click function
- Click on the green button’s drop-down (right side of the green button labelled “Process”)
- On the menu that appears, click on the “+ Activity” item
- From here you can select the MOUSE Click option
- Click "Add" once you are done
Input parameters
| Parameter | Required | Type | Default | Description |
|---|---|---|---|---|
| Window | Yes | Text | - | The window title |
| X | Yes | Number | 0 | X coordinate |
| Y | Yes | Number | 0 | Y coordinate |
| Button | Yes | Select | Left | Mouse button: Left, Middle, or Right |
| Iterations | No | Number | 1 | Number of clicks |
Output variables
This action does not produce output variables.
Errors
| Error | Description |
|---|---|
| Window not found | The specified window could not be found |
Tips
- Clicks at the specified X/Y coordinates within the window
- Use the recorder to capture coordinates