Get Text
You can select this activity to retrieve text from an inspected UI element of a desktop application.
Note: MS build tools must be installed before you use this
activity.
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 (ms) | Int32 | Time to delay (in seconds) after this activity runs successfully and before the next activity runs. | |
Wait Before (ms) | Int32 | Time to delay (in seconds) before running this activity. | |
Input | Selector | String | Identifies the element from which text must be retrieved. |
Misc | DisplayName | String | Display name for the activity |
Output | Output Text | String | Variable to store the retrieved text. |
Error Code | Int32 | The error code for the activity. |