AIWOZO.Core.WebAutomation.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 except the Title
- Title (InArgument<String>)- Only capture the title property of the 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.