Help Centre › Building Processes
This article describes the RPA Mouse functionality to click on a button.
For a full list of available functions, please read MOUSE functions.
Description
The MOUSE Click on a button function allows you to click on a button.
Setting it up
To use the MOUSE Click on a button function, follow these instructions:
{{popups:rpas/add:action=click-button}}
Once on a process map:
- Navigate to the process where you would like to add the MOUSE Click on a button 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 on a button option
- Click "Add" once you are done
Input parameters
| Parameter | Required | Type | Default | Description |
|---|---|---|---|---|
| Window | Yes | Text | - | The window title |
| Button label | Yes | Text | - | The text on the button to click |
| Fallback to normal click | No | Switch | Off | Fall back to coordinate-based clicking if label not found |
Output variables
This action does not produce output variables.
Errors
| Error | Description |
|---|---|
| Window not found | The window could not be found |
| Button not found | The button with the specified label was not found |
Tips
- Clicks a button identified by its label text