safari_scroll_to_element
Scroll to an element by CSS selector or text. For virtual DOM, scrolls down until the text appears in the DOM.
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 |
|---|---|---|---|
| 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) | |
| selector | No | CSS selector of target element |