scroll

suspend fun scroll(tag: String, direction: ScrollDirection)

Performs a scroll action on the element matching the tag in the specified direction.

Useful for scrolling Lists or LazyColumns.


suspend fun scroll(selector: Selector, direction: ScrollDirection)

Performs a scroll action on the element matching the selector in the specified direction.