Use the Mouse component
-
- UpdatedJan 30, 2025
- 4 minutes to read
- Yokohama
- RPA Hub
Automate multiple user actions that are performed by the mouse device using the Mouse component using the Mouse component in RPA Desktop Design Studio. You can automate actions such as move, left click, right click, middle click, double-click, drag, drop, and paste. The Mouse component uses hardware interrupts to simulate mouse device actions.
Before you begin
Role required: none
About this task
Many properties of the Mouse component are common with other Actions UI components, to configure these properties, see Properties of Actions (UI) components.
Property | Description |
---|---|
Mouse Action Type | Type of mouse device action that the component will perform. The default action is Left Click. |
Procedure
Example: Drag a folder to another folder
Two Mouse components are used in this example. The first identifies the folder and
drags it. The second identifies the destination folder and moves the folder
inside.