Skip to content
On this page

Get Attribute

Description

This activity allows you to retrieve the value of a specified property of a window element.

Properties

CategoryPropertyTypeDescription
CommonContinue On ErrorboolSpecifies whether automation should continue even if the activity raises an error
Delay AfterIn(int)Delay time (in milliseconds) after executing the activity. The default amount of time is 300 milliseconds.
Delay BeforeIn(int)Delay time (in milliseconds) before the activity begins performing any operations. The default amount of time is 300 milliseconds.
UI ObjectSelectorIn(string)String of characters that identifies the location of the window element.
InputTimeoutIn(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 VisibleboolCheck this box if you want the automation waits for the target to be visible before executing the activity. This is check by default.
AttributeIn(string)The name of the property to retrieve. This field only support string.
OutputOutput ValueOut<String>Variable name for the property value will be returned with type = 'String'.
OptionsInput WindowIn<WindowApp>The window page to action this activity. This field only supports the WindowApp variable

A product of IRTech Company