scroll_and_snapshot
Scroll a web page down or up by a set amount, wait for elements to load, then take a snapshot. Use this to capture content initially hidden 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 |