click_at_image
Finds an image on screen using template matching and clicks its center. Solves visual CAPTCHAs and interacts with custom buttons or canvas UIs without reliable selectors.
Instructions
⭐ Find image via template matching, then click its center.
Combines find_by_image + humanize_move + mouse_click. Useful for visual
CAPTCHAs, custom buttons without reliable selectors, or interacting with
canvas-based UIs.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| template_path | Yes | ||
| threshold | No | ||
| humanize | No |
Output Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |