1. Home
  2. Docs
  3. UI Automation
  4. GetAttribute

GetAttribute

AIWOZO.Core. UIAutomation.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.

      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.