zoom
Capture a zoomed screenshot around a point to re-estimate coordinates and click precisely. This tool refines global x,y by capturing a native-resolution region.
Instructions
Native-resolution re-capture around a point: the precision step of
the coarse-to-fine loop. Screenshot first, estimate the target's global
x,y, zoom there, re-estimate on the zoomed image (scale ~1.0, so
global = geometry[:2] + image_pixel), then click. size "WxH" in
logical pixels (default 480x360) is clamped to the screen; window
(an address from desktop) clamps to that window instead. The metadata
echoes the requested point back as point; stable=true waits for
the frame to settle first; lossless=true returns PNG.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | ||
| y | Yes | ||
| size | No | ||
| stable | No | ||
| window | No | ||
| lossless | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |