page_drag
Perform a mouse drag between two viewport coordinates and get the network, console, and URL changes it triggers. Ideal for verifying drag-driven behaviors without needing a DOM target.
Instructions
Drag the mouse from one raw viewport coordinate to another, in CSS px (same space as page_screenshot/page_look images; mousedown → move → mouseup, no DOM target needed) and report the network/console/url delta it caused.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| toX | Yes | ||
| toY | Yes | ||
| fromX | Yes | ||
| fromY | Yes | ||
| waitMs | No | settle time after the drag before reporting the delta (default 700ms) | |
| sessionId | No |