browser_scroll
Scroll web pages by specifying pixel amount, direction, and optional CSS element selector to control viewport position during automated browsing.
Instructions
Scroll the page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| amount | No | Number of pixels to scroll | |
| selector | No | CSS selector of the element to scroll (optional) | |
| direction | No | Direction: 'up', 'down', 'left', 'right' | down |