Get Object Status

This is a pre-built Action located under the Captured Checkbox Element, instructs the Avo Assure to check whether the checkbox is selected or not, and save the result in the dynamic variable.

Syntax

Input Value: N/A

Argument
Description

N/A

Not Applicable

Output Value:

Argument
Description

<Dynamic Variable>

This variable stores the Checkbox status (e.g., Unselected or Selected).

<Dynamic Variable>(Optional)

This variable stores the status as True or False

Example

Retrieves the status of a specified checkbox object.

The Get Object Status action does not take any value in the Input Value column and checks the current state of the checkbox. The result of the operation is stored in the {GetObjStatus} variable (e.g., Selected or Unselected), and the execution status is stored in the {Status} variable, with the following possible values:

  • True – If the checkbox status is retrieved successfully.

  • False – If the operation fails or an error occurs.

Last updated

Was this helpful?