browser_click
Click an element by its snapshot ref, using frameSelector to target iframes and nested frames.
Instructions
Click an element by ref from the snapshot. Use frameSelector for iframes; chain with ' >> ' for nested frames.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ref | Yes | Element ref from snapshot | |
| frameSelector | No | Optional. Iframe selector, e.g. iframe#id or iframe#a >> iframe#b for nested |