Get Object Status
Last updated
Was this helpful?
Last updated
Was this helpful?
This is pre-built Action located under the @Custom Element Name. It instructs the Avo Assure Client to retrieve the status of object and save the result in the given output variable.
Input: <Object Type>;<VisibleText(Optional)>;<index>; <abs(optional)>
For above syntax user needs to give specific Object type, visible text of the object (optional) along with element index of the object and abs.
Note: if for last argument abs is defined then the Action must be executed with absolute preformation with the specified visible text in the input.
Output: <Dynamic Variable>;<Dynamic Variable>(Optional)
A user is testing the "Submit" button on a contact form on a website. But before submitting form user must mark the checkbox of Terms and Condition and once the checkbox is marked then only submit button will be enabled. The "Get Object Status" Action is used to retrieve the checkbox's status (whether it’s checked or unchecked) and save the result.
checkbox;;1
The Get Object Status Action needs to retrieve the status of the checkbox element and save it in the Output Variable.
The Get Object Status Action is retrieving the status of the checkbox element and save it in the {result} output variable as checked, which can be utilized for display or other purposes.