Expand description
Scroll operations for browser automation.
This module provides utilities for scrolling elements into view with verification support.
Structs§
- Scroll
Options - Options for scroll operations.
- Scroll
Result - Result of a scroll operation.
Enums§
- Scroll
Behavior - 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.