click_at_xy
Performs a complete trusted mouse click sequence at specified screen coordinates (x, y) within the browser, enabling precise interaction with elements at exact positions without relying on selectors.
Instructions
click_at_xy(100, 200) — CDP 完整鼠标点击序列 (isTrusted:true)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | ||
| y | Yes |