It Includes activities for searching and detecting UI elements based on defined properties, allowing automation to dynamically locate elements during execution.
The Find activity has the following sub activities:
Element Appear: This activity waits for a particular UI element to appear then proceeds with the project.
Output Properties:
Found Element– Stores the selected UI element.
Element Exists: This activity helps to verify if the UI element exists or not.
Output Properties:
Exists– Boolean variable indicating the existence of an element.
Find Children: This activity allows the user to retrieve all the Child elements of a specified UI element.
Output Properties:
Children– Resultant array collection of child elements.
Find Element: The activity waits until the indicated UI element appears on the screen and returns it as UI Element variable.
Find Elements: This activity is used to find all elements that match the provided criteria.
Get Ancestor: This activity is used to retrieve the previous main node of any element that you indicate.
Wait For Element Vanish: This activity waits for specified UI element to disappear from the screen.