Send Hotkey
You can select this activity to send keyboard shortcuts to a user interface element.
This table lists the properties for the activity.
Property Type | Property Name | Data Type | Description |
---|---|---|---|
Common | Continue on error | Boolean | Select the check box to continue the RPA flow even if the activity fails. This check box is selected by default. |
Wait After | Int32 | Time to delay (in seconds) after this activity runs successfully and before the next activity runs. | |
Wait Before | Int32 | Time to delay (in seconds) before running this activity. | |
Input | Modifier | N/A | Adds a selected modifier to the activity. Possible values are: Alt Shift Ctrl |
Element | String | The XPath of the element to which the hotkey must be sent. | |
Frames | List<String> | The XPath of the frame. | |
Key | String | A key or key combination that composes the hotkey that is sent. This field supports only strings and String variables. | |
Web Element | WebElementItem | The element to which the hotkey must be sent. | |
Output | Response Code | Int32 | Response code for the activity. Possible values:
|