browser_scroll
Scroll a webpage or a specific element using a CSS selector. Set pixel amount and direction (up, down, left, right) for precise navigation.
Instructions
Scroll the page, or a specific element when a selector is given.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| amount | No | Pixels to scroll | |
| selector | No | CSS selector of the element to scroll (optional) | |
| direction | No | Scroll direction | down |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |