Get Attribute
Description
This activity allows you to retrieve the value of a specified property of a window element.
Properties
Category | Property | Type | Description |
---|---|---|---|
Common | Continue On Error | bool | Specifies whether automation should continue even if the activity raises an error |
Delay After | In(int) | Delay time (in milliseconds) after executing the activity. The default amount of time is 300 milliseconds. | |
Delay Before | In(int) | Delay time (in milliseconds) before the activity begins performing any operations. The default amount of time is 300 milliseconds. | |
UI Object | Selector | In(string) | String of characters that identifies the location of the window element. |
Input | Timeout | In(int) | The amount of time (in milliseconds) to wait for the activity to run. If the timeout has expired, the page would not be loaded further. The default amount of time is 20000 milliseconds. |
Wait Visible | bool | Check this box if you want the automation waits for the target to be visible before executing the activity. This is check by default. | |
Attribute | In(string) | The name of the property to retrieve. This field only support string. | |
Output | Output Value | Out<String> | Variable name for the property value will be returned with type = 'String'. |
Options | Input Window | In<WindowApp> | The window page to action this activity. This field only supports the WindowApp variable |