Scroll page element into view
browser_scroll_into_viewScroll a specified element into view using a semantic or CSS locator, ensuring it becomes visible for inspection or interaction.
Instructions
Scroll one semantic or CSS locator into the viewport of an explicitly addressed page. Use this before inspection or interaction when an off-screen target must become visible; it never accepts arbitrary JavaScript or coordinates.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ref | No | ||
| pageId | Yes | ||
| locator | No | ||
| sessionId | Yes | ||
| timeoutMs | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pageId | Yes | ||
| completed | Yes | ||
| sessionId | Yes | ||
| operationId | Yes |