Java Automation Commands

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

Command Description

Check if Java Object Exists

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 Java Object

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 Java Table Text

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

Get Java Object Location

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

Get Java Object Text

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

Get Java Object Value

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

Set Java Object Value

Place a value into an object in the active Java application.