neuron_scroll
Scroll a webpage by pixels or bring a specific element into view, returning the current scroll position and indicating when the page reaches the bottom.
Instructions
Scroll a page by pixels (positive = down) or scroll a CSS selector into view. Returns scroll position and whether the page reached the bottom.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tabId | Yes | Chrome tab ID | |
| deltaX | No | Pixels to scroll horizontally. Default: 0 | |
| deltaY | No | Pixels to scroll vertically (positive = down, negative = up). Default: 600 | |
| smooth | No | Smooth scrolling. Default: true | |
| selector | No | CSS selector to scroll into view (overrides deltaY/deltaX) |