Get Attribute
Retrieves the value of a specified attribute of a UI element.
Input
- Element: Use the UIElement variable returned by another activity.This property cannot be used alongside the Selector property. This field supports only UIElement variables.
- Type:
ArenaRobotics.Domain.Entities.UIElement - Required
- Type:
- Selector: Text property used to find a particular UI element when the activity is executed.
- Type:
System.String - Required
- Type:
Output
- Result: The value for the specified attribute
- Type:
System.String
- Type:
Common
- Timeout: Specifies the amount of time (in milliseconds) to wait for the activity to run before an error is thrown. The default value is 30000 milliseconds(30 seconds).
- Type:
System.Int32 - Required
- Type:
Misc
- Continue On Error: Check if you want to continue if an error occurs.
- Type:
System.Boolean
- Type: