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