Skip to main content

Module scroll

Module scroll 

Source
Expand description

Scroll operations for browser automation.

This module provides utilities for scrolling elements into view with verification support.

Structs§

ScrollOptions
Options for scroll operations.
ScrollResult
Result of a scroll operation.

Enums§

ScrollBehavior
Scroll behavior options.

Functions§

scroll_into_view
Scroll an element into view.
scroll_into_view_if_needed
Scroll element into view only if needed.
verify_scroll
Verify that a scroll operation was successful.