page_scroll
Scrolls the browser viewport vertically or brings a specified element into view, then reports resulting network, console, and URL changes.
Instructions
Scroll the page: with a ref/selector, scrolls that element into view; otherwise scrolls the window vertically by dy pixels (default 600). Reports the network/console/url delta it caused.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dy | No | vertical pixels to scroll the window by, when no ref/selector is given (default 600) | |
| ref | No | ||
| waitMs | No | settle time after scrolling before reporting the delta (default 700ms) | |
| selector | No | ||
| sessionId | No |