# Scroll Left IRIS

The Scroll Left 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 left scroll operation on an IRIS object and save the result (True/False) in the given output variable.     &#x20;

### Syntax

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

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

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

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

### **Usecase/Example**

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

### **Scenario:** One Scroll Left IRIS from Column 10 makes Column 0 the first visible column.&#x20;

In this scenario, where an SAP GUI application is being tested with an Order Details table containing multiple columns, the process starts at Column 10. The Scroll Left IRIS action is executed once, shifting 4 columns to the left. After the first scroll, it is verified that Column 0 is the first visible column in the table.&#x20;

### Input

1 (1 time scrolling left side)&#x20;

### Expected Result&#x20;

Using Scroll Left IRIS action Column 0 should be the first visible column in the table and store True in the output variable. &#x20;

### Output&#x20;

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


---

# 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-left-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.
