The Attribute subfolder under UI Automation contains activities related to extracting properties of UI elements. It includes actions like Get Attribute (retrieves a specific attribute) and Take Screenshot (captures an image of the UI element).
The Attribute category has the following sub activities:
Get Attribute: This activity retrieves the value of a specific attribute of a UI element.
Input Properties:
AttributeName: Name of the attribute that is to be retrieved.
Output Properties:
Value: String variable that stores the retrieved value.
Take Screenshot: This activity is used to capture the screenshot of a specified UI element.
Output Properties:
Image: Image variable of the resultant screenshot.