wavexis_dom_scroll
Scroll the browser to a specific element using a CSS selector or by pixel offsets, returning a status to confirm the action.
Instructions
Scroll to an element or by a pixel offset.
Use wavexis_dom_get to inspect an element's position before scrolling by offset.
Side effects: Changes the page scroll position; may trigger scroll event listeners. Returns: JSON string with keys: 'status' ('ok'/'error').
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |