browser_click
Clicks web page elements using multiple locator strategies (position, snapshot ref, selector, role, or name) and optionally waits for the page to stabilize after the click.
Instructions
点击页面元素。定位优先级: pos坐标 → ref(快照句柄) → selector → role+name → name。wait_stable=true 点击后等 DOM 静默。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pos | No | ||
| ref | No | ||
| name | No | ||
| role | No | ||
| task_id | No | ||
| selector | No | ||
| confirmed | No | ||
| wait_stable | No | ||
| double_click | No |