app_click_at
Click at specified viewport coordinates with left, right, or middle button for canvas or native-drawn UI where no DOM element exists.
Instructions
Click at raw x,y viewport coordinates instead of an element — for canvas/native-drawn UI where no element handle exists. button chooses left (default), right, or middle.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | X in CSS pixels from the viewport's top-left | |
| y | Yes | Y in CSS pixels from the viewport's top-left | |
| button | No | left |