UI Automation Commands
Refer to the table below for a detailed overview of each command and its respective functionalities:
| Command | Description | 
|---|---|
| Click the mouse on an object in the currently active UI. | |
| Check to see if an object exists in the currently active UI and place the result of the check (TRUE/FALSE) into a variable. | |
| Extract the text fields from the Java table into a variable. | |
| Retrieve the location (in pixels) of an object in the active application and place it into new or existing variables. | |
| Retrieve the text of an object in the active application and place it into a new or existing variable. | |
| Retrieve the value of an object in the active application and place it into a new or existing variable. | |
| Place a value into an object in the active application. | 
Use in recorded steps only
Use ui automation commands within recorded steps only. They are not supported for steps that are comprised solely of Advanced Commands.