scroll
Control browser page scrolling by specifying horizontal and vertical pixel amounts with optional smooth animation. Suitable for precise navigation in web automation tasks.
Instructions
Scroll the page by specified amounts with enhanced feedback
Input Schema
Name | Required | Description | Default |
---|---|---|---|
smooth | No | Whether to use smooth scrolling animation (default: false) | |
x | Yes | Horizontal scroll amount in pixels (positive = right, negative = left) | |
y | Yes | Vertical scroll amount in pixels (positive = down, negative = up) |