browser_scroll_to_bottom
Scrolls a webpage to the bottom, pausing for lazy content to load, and stops when no more content loads or infinite scroll ends. Returns a snapshot of the final page state.
Instructions
Scroll to the very bottom of the page, pausing to let lazy content load.
Stops when the page height stops growing (infinite scroll exhausted or real
bottom reached). max_scrolls: safety cap. wait_ms: pause per step.
Returns a snapshot of the final state.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| max_scrolls | No | ||
| wait_ms | No | ||
| session_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |