scroll
Simulate mouse wheel movement to shift the page vertically or horizontally, enabling UI interaction tests in Electron apps.
Instructions
Scroll the page using mouse wheel
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| deltaX | No | Horizontal scroll amount (positive = right, negative = left) | |
| deltaY | No | Vertical scroll amount (positive = down, negative = up) |