Java Automation Commands
Refer to the table below for a detailed overview of each command and its respective functionalities:
| Command | Description | 
|---|---|
| Verify the existence of an object within the currently active Java application and store the result of the check (TRUE/FALSE) in a variable. | |
| Click on an object in the currently active Java application. This enables you to imitate a mouse-click on a specific component in the Java application. | |
| Extract the text fields from the Java table into a variable. | |
| Retrieve the location (in pixels) of an object in the active Java application and place it into new or existing variables. | |
| Retrieve the text of an object in the active Java application and place it into a new or existing variable. | |
| Retrieve the value of an object in the active Java application and place it into a new or existing variable. | |
| Place a value into an object in the active Java application. |