Get Status of IRIS

This is a pre-built action available under the Captured Checkbox/RadioButton Element from the Desktop Application using the IRIS method. The functionality of this action in Avo Assure is to retrieve the status of an IRIS object. The status indicates whether the object is present or active at the time of scraping. Save the result in the dynamic variable.

Syntax

Input Value: <status when object scraped – 0/1>

Argument
Description

<status when object scraped – 0/1>(Required)

The expected status to verify against the actual object status (0 as selected, 1 as unselected)

Output Value

Argument
Description

<Dynamic Variable>(Optional)

Holds the status as True if actual object status matches the expected status, or False if it does not match or an error occurred

Example

Verifies the status of an IRIS object during execution.

The Get Status of IRIS action takes the expected status from the Input Value column and compares it to the actual status of the IRIS object. The result is stored in the {RadioBtnStatus} variable as True (if the status matches) or False (if it does not match).

Last updated