UI Automation Commands

Refer to the table below for a detailed overview of each command and its respective functionalities:

Command Description

Click on UI object

Click the mouse on an object in the currently active UI.

Does UI Object Exist

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 UI table text

Extract the text fields from the Java table into a variable.

Get UI Object Location

Retrieve the location (in pixels) of an object in the active application and place it into new or existing variables.

Get UI Object Text

Retrieve the text of an object in the active application and place it into a new or existing variable.

Get UI Object Value

Retrieve the value of an object in the active application and place it into a new or existing variable.

Set UI Object Value

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.