Get Status of IRIS
This is a pre-built action which comes for the element captured from the Desktop AUT using IRIS method. It instructs the Avo Assure Client to fetch the current state of the object and store it in the Output Variable as Checked/Unchecked.
Syntax
Input: <status when object scraped – 0/1>
Output: <Dynamic Variable>;<Dynamic Variable>(Optional)

Usecase/Example

Scenario: The Get Status of IRIS action retrieves the status of the Subscribe to Newsletter checkbox.
In this scenario, in a desktop-based application, the goal is to verify whether the checkbox labelled Subscribe to Newsletter has been selected. The process involves checking the status of the checkbox that was previously captured using the IRIS method. In this context, the Get Status of IRIS keyword is used to retrieve the status of the checkbox that was captured earlier in the test.
Input
1
Expected result
The Action needs to retrieve the status of the captured checkbox
Output
The Get Status of IRIS Action retrieves status and store it in the {result} output variable as Checked, which can be utilized for display or other purposes.
Last updated
Was this helpful?