safari_scroll_to_element
Scroll to elements using CSS selectors or text search, supporting virtual DOM and lazy loading scenarios with configurable alignment and timeout options.
Instructions
Scroll to element by CSS selector OR text. For virtual DOM (Airtable) use text — scrolls down until text appears in DOM.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| selector | No | CSS selector of target element | |
| text | No | Text to find — scrolls down until it appears (for virtual DOM/lazy loading) | |
| block | No | Scroll alignment (default: center) | |
| timeout | No | Max time to scroll in ms (default: 10000) |