click
Perform mouse actions in a live Chrome page using a semantic reference or x/y coordinates, with modes for hover, right-button, and drag-and-drop.
Instructions
Interact by ref: click (default) | mode:"hover" | mode:"rightclick" | mode:"drag" (fromRef→toRef) — or x,y vie…
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | No | ||
| y | No | ||
| ref | No | ||
| mode | No | Default click | |
| toRef | No | drag: ref to drop onto | |
| button | No | ||
| frameId | No | frameId (omit=top) | |
| fromRef | No | drag: ref to drag from | |
| autoClimb | No | On suspected_noop, auto-deliver a genuin… |