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

GetText

AIWOZO.Core. UIAutomation.GetText

  • GetText activity is used for extracting text value from a specified UI element.

Properties

ย  ย  ย  Input

  • Selector (InArgument<String>) – Capture all the text property for finding a particular UI element.

ย  ย  ย  Misc

  • DisplayName (String) โ€“ To set a meaningful name according to the user.

ย  ย  ย  Output

  • Output (OutArgument<String>) – Stores the extracted text value from the specified UI element in a string variable.