Get Object Status

This is a pre-built Action located under the Captured Radio Button Element, instructs the Avo Assure to check whether the radio button 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> (Required)

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

<Dynamic Variable>(Optional)

This variable stores the status as True or False

Example

Retrieves the selection status of a radio button.

The Get Object Status action does not take any value in the Input Value column. It identifies whether the targeted radio button is selected or unselected. The radio button status is stored in the {GetObjStatus} variable (e.g., Selected), and the result of the action is stored in the {Status} variable, with the following possible values:

  • True – If the radio button status is retrieved successfully (e.g., If the radio button is selected).

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

Last updated

Was this helpful?