safari_scroll_to_element
Scrolls a webpage to a specific element using a CSS selector or text. For virtual DOM pages like Airtable, it keeps scrolling until the text is visible, enabling interaction with lazy-loaded content.
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 |