browser_scroll
Scroll a webpage or a specific element up, down, left, or right by a given pixel amount. Useful for navigating content or bringing elements into view.
Instructions
Scroll the page or an element
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| amount | No | Scroll amount in pixels | |
| selector | No | Selector for element to scroll (scrolls page if not provided) | |
| direction | Yes | Scroll direction | |
| sessionId | No | Browser session ID |