# Mouse Hover IRIS

This is pre-built Action located under the IRIS Element. It instructs the Avo Assure Client to mouse hover on IRIS object which is captured from desktop application and save the result in output variable as ‘True’ or ‘False’.&#x20;

### Syntax  &#x20;

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

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

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

### **Usecase/Example**

<figure><img src="/files/4gECj1b5hko2ABGPF5Y3" alt=""><figcaption></figcaption></figure>

### **Scenario:** Simulate Mouse Hover to Verify Tooltip in Desktop Application.&#x20;

Consider a scenario where a desktop application is being automated for testing, and a button displays a tooltip when the mouse hovers over it. The tooltip contains additional information or instructions, such as **Click here to save your progress.** With the help of the **Mouse Hover IRIS** action, the mouse hovering over the button is simulated.&#x20;

### Expected Result

When the mouse hovers over the **Save** button, a tooltip should appear displaying the text **Click here to save your progress** and store the result in output variable.&#x20;

### **Output**&#x20;

The Mouse hover IRIS action performed, and output stored in {Status} variable 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/mouse-hover-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.
