Help Centre › Building Processes
Description
Overview of MOUSE functions available in RPA. These functions allow you to simulate mouse actions including clicks, drags, and pointer movement.
Available MOUSE Functions
- Button down: Presses and holds a mouse button.
- Button up: Releases a held mouse button.
- Click: Clicks at a specified position.
- Click immediately: Clicks without waiting for the target to appear.
- Click on a button: Clicks on a button element.
- Click on an image: Clicks on an image element on the screen.
- Click on text: Clicks on a text element on the screen.
- Drag: Drags from one position to another.
- Drag by: Drags by a specified offset.
- Move the pointer: Moves the mouse pointer to a position.
- Move the pointer by: Moves the mouse pointer by a specified offset.
- Select a drop-down option: Selects an option from a drop-down menu.