# 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="/files/zNT7kWFz3RQK9hf1v6zq" 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="/files/2Ckg292RVv0UpTUAWWFP" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.avoautomation.com/avo-assure/actions/desktop/iris/checkbox-radio-button/get-status-of-iris.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
