scroll_and_snapshot
Scroll a browser page in a specified direction and capture a screenshot to reveal hidden content below the fold.
Instructions
Scroll the page and take a snapshot. Useful for revealing content below the fold.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tabId | Yes | Tab ID from create_tab | |
| direction | Yes | Scroll direction | |
| amount | No | Pixels to scroll | |
| waitMs | No | Milliseconds to wait after scrolling before snapshot |