Last Updated: May 27, 2021
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.