Scroll To
scroll_toScroll to an off-screen element by its element ID to make it visible in the viewport. Returns an updated page snapshot for subsequent interactions.
Instructions
Scroll until a specific element (by eid) is visible in the viewport. Use before clicking or reading an element that find/snapshot reports as off-screen. Returns a fresh page snapshot reflecting the new scroll position.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| eid | Yes | Element ID of the off-screen element from find results or the page snapshot. | |
| page_id | No | Page ID. If omitted, operates on the most recently used page. |