safari_scroll_to_element
Scrolls to a target element using CSS selector or text, with support for virtual DOM lazy loading and configurable alignment.
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) |