In Autify, scrolling operations are not recorded as steps, but you can verify and operate on elements that do not appear in First View. Therefore, you generally don't have to worry about scrolling when creating a scenario.
If you want to explicitly scroll for any reason, such as infinite scrolling, you can do so with JavaScript.
Method
Open the [Scenario Details Page], insert a JS step where you want to make the assertion, and write the code for scrolling. Please refer to this snippet.