safari_scroll
Scroll a Safari page horizontally or vertically by pixel deltas, or jump to an absolute position.
Instructions
Scroll the page by x/y pixels, or to a specific position.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | No | Horizontal scroll delta in px | |
| y | No | Vertical scroll delta in px | |
| absolute | No | If true, scroll to absolute position instead of delta | |
| tabId | No | Tab ID — omit to use the active tab | |
| profile | No | Safari profile name (e.g. "Perso", "Pro"). Omit to use the first connected profile. |