AIWOZO.Core.WebAutomation.FindElement
- FindElement activity is used to find a specified UI element, waits for it to appear in the foreground screen and stores the selector of that UI element in a string variable.
Properties
Input
- Selector (InArgument<String>) – Capture all the text property for finding a particular UI element except the Title
- TimeOut(InArgument<Int32>) – Set the time to wait for the UI element to appear on the screen.
- 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 selector of the specified UI element in a string variable.