# Verify Exists IRIS

This is a pre-built action which comes under the element captured from the Desktop AUT using IRIS method. It instructs the Avo Assure Client to verify whether the element captured as an image exists in the Desktop AUT and save the result as True/False in the output variable. &#x20;

### Syntax  &#x20;

**Input:** N/A&#x20;

**Output:** \<Dynamic Variable>(Optional);\<Dynamic Variable>(Optional)

<figure><img src="/files/G1GY0d5adJ7KV7dSyylB" alt=""><figcaption></figcaption></figure>

### **Usecase/Example**

<figure><img src="/files/54OY1SW01iLtNOlgv2oN" alt=""><figcaption></figcaption></figure>

### Scenario: Verify Success Message Display After Form Submission in Desktop Application.&#x20;

Consider a scenario where a desktop application with a form, such as a registration or contact form, is being automated. After successfully submitting the form, a success message, **Form Submitted Successfully**, appears on the screen, indicating that the submission was successful. Using the **Verify Exist IRIS** action, the presence of this success message is verified to ensure it is displayed correctly in the application.&#x20;

### Expected Result

This action needs to verify the element exists in desktop application and output will store in {Status} variable. &#x20;

### **Output**

The **Verify Exists IRIS** action performed, and output {Status} contain as ‘True’.&#x20;


---

# 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/common-iris-keywords/verify-exists-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.
