1. Home
  2. Docs
  3. Web Automation
  4. SetAttribute

SetAttribute

AIWOZO.Core.WebAutomation.SetAttribute

  • SetAttribute activity is used to set a specific attribute in the selector of an UI element.

Properties

       Input

  • Attribute (InArgument<String>) – Define the attribute for which the value is to be set.
  • Attribute Value (InArgument<String>) – Define the attribute value of the attribute.
  • 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 needs to be changed.