scrollDown

open suspend override fun scrollDown(amount: Int, speed: Int)

Scrolls the tab down by a specified amount.

This method simulates a scroll gesture downwards by a percentage of the viewport height.

Parameters

amount

The percentage of the viewport height to scroll down. Defaults to 25%. 25 is a quarter of page, 50 half, and 1000 is 10x the page

speed

Swipe speed in pixels per second (default: 800).