AIWOZO.Core.WebAutomation.GetAttribute
- GetAttribute activity is used for retrieving the value of a specified attribute of an UI element.
Properties
ย ย ย Input
- Attribute (InArgument<String>) –Define the attribute which needs to be retrieved.
- Selector (InArgument<String>) – Captures all the text property for finding a particular UI element.
- Title (InArgument<String>)- Only capture the title property of the UI element.
ย ย ย ย Misc
- DisplayName (String) โ To set a meaningful name according to the user.
- Screenshot (String) – Path of the screenshot taken of the UI element whose attribute is retrieved.
ย ย ย Output
- Output (OutArgument<String>) – Stores the retrieved attribute value from the specified UI element in a string variable.