How to create an RPA flow using Send Hotkey activity to access M3 popup
Intermediate | 25 Minutes
Overview
The Send Hotkey activity in RPA Studio allows you to send keyboard shortcuts to a UI element. By simulating keystrokes and keyboard shortcuts, you can streamline processes and interact with applications efficiently.
In the M3 web application, users can navigate to a specific screen by running a transaction code. For example, after logging into the M3 app and pressing CTRL+R, a Search and Start control appears. By entering the transaction code MFS100, users are directed to the Internal Invoice.Create screen.
📋 RequirementsYou need to install the latest version of RPA Studio on your machine:
|
Pre-requisites
- Target Application: Ensure the application or window is active and in focus.
- Key Identification: Know the exact keys or key combinations required.
- Modifier Keys: Understand how to configure and use modifier keys (Ctrl, Alt, Shift).
- Application State: Verify the application is in a state to accept the hotkey input.
- Timing: Be aware of any required delays between key presses.
- Error Handling: Implement error handling for potential hotkey failures.
Tutorial
Was this section helpful?
What made this section unhelpful for you?
On this page
- How to create an RPA flow using Send Hotkey activity to access M3 popup

