Scroll Down IRIS
Last updated
Was this helpful?
Last updated
Was this helpful?
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.
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)
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.
1 (1 time scrolling downside)
Using Scroll Down IRIS action the Row 20 should be the first visible row in the table and store True in the output variable.
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.