Scroll Horizontally
Last updated
Was this helpful?
Last updated
Was this helpful?
This is pre-built action in Avo Assure which is located under the @Custom element. It instructs the Avo Assure Client to perform Scroll Horizontally operation on the grid’s scrollable section given in the input value.
Input: <Object Type>; <Visible text>(optional); <index>; <Direction>; <No. of Scrolls>; <abs(optional)>
Output: <Dynamic Variable>(optional);< Dynamic Variable> (Optional)
Consider a scenario where a user is testing the scrolling functionality of an e-commerce application. For this scenario, Scroll Horizontally action used from the Avo Assure. This action performs horizontal scroll on a scrollable section of the application to ensure that the scrolling feature works as expected.
Grid;;0;right;2.
The scroll horizontally action needs to scroll on the grids scrollable section provided in the input value.
The Scroll horizontally action performed on the grid’s scrollable section provided in the input value.