screenshot
Capture the visible tab as an image where each pixel corresponds to a click coordinate, enabling vision-driven browser automation without DOM references.
Instructions
Capture the visible tab as an image, scaled so 1 image pixel = 1 click coordinate. SEE the page, then click(x,y)/move_to(x,y) at coordinates read off the image. This is the vision loop (screenshot -> decide coords -> click -> screenshot) and needs no DOM refs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No |