Get Object Status
Last updated
Was this helpful?
Last updated
Was this helpful?
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.
Input Value: N/A
N/A
Not Applicable
Output Value:
<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.