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.