# Get Status of IRIS

This is a pre-built action which comes for the **Captured Checkbox/Radio button Element** from the **Desktop Application** using the **IRIS method**. The functionality of this action in Avo Assure is to fetch the current state of the object and store it in the dynamic variable as **True** or **False** during debugging or execution.

### **Syntax**

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

| Argument                                    | Description                                                                                                   |
| ------------------------------------------- | ------------------------------------------------------------------------------------------------------------- |
| \<status when object scraped – 0>(Required) | Provide scraped status as 0, which indicates that the IRIS object was **selected** at the time it was scraped |
| \<status when object scraped – 1>(Required) | Provide scraped status as 1, which indicates that the IRIS object was **unselected**                          |

**Output Value**

| Argument                                                    | Description                                                                                                                                                       |
| ----------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| \<Dynamic Variable>(Optional);\<Dynamic Variable>(Optional) | This variable holds the current status of the object as **True** (If checkbox/radio button is selected) or **False** (If checkbox/radio button is not unselected) |

**Example 1**

**Retrieves the current state of a captured checkbox element using the IRIS method**

The **Get Status of IRIS** action takes the value from the Input Value column **(e.g., 0)**, where 0 represents the expected status of the object when it was initially scraped or captured. It retrieves the current status of the element during execution and compares it with the expected status.

<figure><img src="https://2174257472-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fk8QZzXZMIJSStKAzDSTu%2Fuploads%2FwRxAWG5KOIbPdJEzq9g0%2Fimage.png?alt=media&#x26;token=56e6ce54-b4ac-4321-b24c-862922f9efa2" alt=""><figcaption></figcaption></figure>

**Example 2**

**Retrieves the current state of a captured UI element using the IRIS method**

The **Get Status of IRIS** action takes the value from the Input Value column **(e.g., 1)**, where 1 represents the expected status of the object when it was initially scraped or captured. It retrieves the current status of the element during execution as **True.**

<figure><img src="https://2174257472-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fk8QZzXZMIJSStKAzDSTu%2Fuploads%2Fd1fdOHUePy6MgEuxMVxy%2Fimage.png?alt=media&#x26;token=b8e411d7-cdd4-497e-a7c6-b1e8073b2f25" alt=""><figcaption></figcaption></figure>
