# Scroll Right IRIS

The Scroll Right IRIS action in the Avo Assure is found under the element captured from the Desktop AUT using IRIS method. It instructs the Avo Assure Client to perform a horizontal right scroll operation on an IRIS object and save the result (True/False) in the given output variable.    &#x20;

### Syntax

**Input:** `<count>;<type(optional)>`

* count: This argument uses a number to decide how long the screen will scroll.
* type: By mentioning type as 1, it will set the scroll thumb in middle, then from centre it will shift right specific times

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

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

### **Usecase/Example**

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

### **Scenario:** Two Scroll Right IRIS actions from Column 0 make Column 10 the first visible

In this scenario, where a desktop banking application is being tested with a Loan Details table containing multiple columns, the process starts at Column 0. The Scroll Right IRIS action is performed twice, with each scroll shifting 5 columns to the right. After the second scroll, it is verified that Column 10 is the first visible column in the table.&#x20;

### Input

2 (2 time scrolling right side)&#x20;

### **Excepted Result**

The Scroll Right IRIS action Column 10 should be the first visible column in the table and store True in the output variable.&#x20;

### Output

The result of the Scroll Right IRIS action scrolls 2 times right side of the table and stores in the {result} output variable as True, which can be utilized for display or other purposes. &#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/scroll/scroll-right-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.
