# Mouse Hover Cell IRIS

This is prebuilt action in Avo Assure, designed for table elements captured from desktop applications using the IRIS method. It instructs the Avo Assure Client to perform a mouse hover over a specified table cell of an IRIS object and stores the resulting status (True or False) in the output variable.

### Syntax

**Input:** `<Row>;<Col>:<option>(optional)`

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

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

### **Usecase/Example**

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

### **Scenario:** Hover over product name in inventory table to view details&#x20;

Consider a scenario where a desktop application is being tested and there is a need to see the product name from the table. For this scenario, the Mouse Hover Cell IRIS action is used by Avo Assure. It helps to test the mouse hover functionality by hovering over a product name in the inventory table. It should appear showing additional details like price, stock quantity, and supplier information.&#x20;

### Input

1;2

### **Excepted Result**

The action needs to mouse Hover over a specified table cell of an IRIS object.

### Output&#x20;

The action performed and saved the result in the {Result} output 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/table/mouse-hover-cell-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.
