show / hide menu

Sub Activity – Attribute

The Attribute activity has the following sub activities:

  1. Get Attribute: Returns the value of a particular attribute of a UI element.
  2. Take Screenshot: This activity is used to capture the screenshot of a specified UI element.

Activity NameCommonElementInputOutput
Get AttributeLabel – A classifying string applied to an activity which can be renamed by the user. It is the display name.

Disable – The user can enable or disable the activity.

ContinueOnError – It specifies the remaining activities to be executed even when one fails. This field supports only Boolean values (True or False). By default,the value is false so execution terminates when an error occurs.

Private – If selected, the log will not be shown in BOT Manager.

TimeOut – Predefined time interval that is passed without the occurrence of a specific event. The default value is 30secs (30000ms).

DelayAfter – The default delay time after executing the activity is 200ms.

DelayBefore – The default delay time before executing the activity is 200ms.
Element – The field accepts UI element variable returned from the previous activity.

Selector – When an activity is executed, the text attribute in the JSON file is used to locate the GUI element. If the element property is provided, try to match the element relative to specified element.

Repository Element – Element from the available UI Windows in the current project or library project.

AttributeName – Name of attribute that is to be changed.
Value – String variable that stores the retrieved value.
Take ScreenshotLabel – A classifying string applied to an activity which can be renamed by the user. It is the display name.

Disable – The user can enable or disable the activity.

ContinueOnError – It specifies the remaining activities to be executed even when one fails. This field supports only Boolean values (True or False). By default, the value is false so execution terminates when an error occurs.

Private – If selected, the log will not be shown in BOT Manager.

TimeOut – Predefined time interval that is passed without the occurrence of a specific event.
Element – This field accepts only UI element variable returned from by another activity.

Selector – Text property used to find a particular when an activity is executed.

Repository Element – Element from the available UI Windows in the current project or library project.

BoundingBox – Bounding rectangle in pixels relative to the UI element.
Title – It is used to find the tab.

Index – It is used to find the tab.
Image – Image variable of the resultant screenshot