Last Updated: Mar 8, 2023
Use this function to send keys to the given Window/Application.
Send Keys (title, data, is_spcl_key, modifiers)
| Input Parameter Name | Description |
|---|---|
| title | Title of target window |
| data | Key Text |
| is_spcl_key | True to send special key otherwise False |
| modifiers | Modifier key. Pass None if no modifier |
Send Keys (notepad++,s,True ,^)
To view all the UI functions, click here.
Ensure that the RDP is not in minimized state.