Description
Finds the specified Element.
Attributes
Output
Found Element - The RAX UI Automation Element found.
Options
WaitActive - When checked, the activity waits only until the specified UI element is active.
WaitVisible - When checked, the activity waits only until the UI element is visible on the screen.
Example
- Create a RAXUIAutomationElement variable called element.
- Add a Find Element activity inside a Sequence, and in the Found Element field under Properties, add element.
- Click Select Element On Screen and select an element. For this sample, Google's search box is selected.
After execution, the found element would be stored in the element variable.