Scroll To
scroll_toScrolls the page to bring a specific element into view using its eid, ensuring it is visible before interaction. Returns an updated page snapshot reflecting the new position.
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. |