scroll_into_view
Scroll an element into the viewport without clicking it. Use to trigger lazy-loaded content or bring a section into view before taking a screenshot.
Instructions
Scroll an element into the viewport without clicking it. Returns {success}. Use to trigger lazy-loaded content/images or to bring a section into view before screenshotting.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| observe | No | What to return about the resulting page. 'screenshot' (default): full-page image. 'none': structured result only, no image — cheapest, use through setup steps of a flow. 'map': semantic page map (get_page_map — token-light, best for 'what can I do next?'). 'checks': run_checks_on_session output (a11y/seo/perf/etc.). | screenshot |
| selector | Yes | CSS selector of element to scroll to | |
| session_id | Yes | Session ID |