scroll
Scrolls the page or a specified element into view, adjusting horizontal and vertical position to bring content into focus.
Instructions
Scroll the page or a target element into view.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dx | No | Horizontal pixels. | |
| dy | No | Vertical pixels. | |
| lease | No | Optional lease token to present if the target session is leased (0.7.0). Threaded per-call; never read from the server's env. | |
| target | No | Optional @eN/selector to scroll into view. | |
| session | No | Optional session name to target (omit for the shared 'default'). On a daemon shared with other agents, pass a UNIQUE name for stateful multi-step work (go→click→fill) so you don't collide on 'default'. |