> For the complete documentation index, see [llms.txt](https://docs.avoautomation.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.avoautomation.com/avo-assure/actions/desktop/iris/scroll/scroll-down-iris.md).

# Scroll Down IRIS

The Scroll Up 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 vertical scroll down operation on an IRIS object and save the result (True/False) in the given output variable.     

### 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 down specific times.

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

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

### **Usecase/Example**

<figure><img src="/files/9DZbhhxnjA96XmCJFvOa" alt=""><figcaption></figcaption></figure>

### **Scenario:** One Scroll Down IRIS from Row 0 makes Row 20 the first visible row in SAP GUI

In this scenario, where an SAP GUI application is being tested with an Order Details table containing many rows, the process starts at Row 0. The Scroll Down IRIS action is executed once, moving 10 rows with each scroll. After the first scroll, it is verified that Row 20 is the first visible row in the table.

### Input

1 (1 time scrolling downside)

### Expected Result

Using Scroll Down IRIS action the Row 20 should be the first visible row in the table and store True in the output variable. 

### Output

The result of the Scroll Down IRIS action scrolls 1 time downside of the table and stores in the {result} output variable as True, which can be utilized for display or other purposes.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.avoautomation.com/avo-assure/actions/desktop/iris/scroll/scroll-down-iris.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
