safari_scroll_to_element
Scroll to an element using a CSS selector or text, automatically scrolling down until the target appears in virtual-DOM pages like Airtable.
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) | |
| receipt | No | Tab receipt from safari_new_tab — pins this call to that tab (survives reconnects/subagents) | |
| timeout | No | Max time to scroll in ms (default: 10000) | |
| selector | No | CSS selector of target element |