click_at_xy
Perform a trusted mouse click at specified screen coordinates (x,y) in the browser, with optional tab targeting.
Instructions
click_at_xy(100, 200) — CDP 完整鼠标点击序列 (isTrusted:true)。
tab 指定目标标签(须已 attach);不传打当前活动标签。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | ||
| y | Yes | ||
| tab | No |