browser_iframe_click
Click a specific element inside an iframe using CSS selectors. Specify the iframe's selector and the target element's selector to perform the click with a custom timeout.
Instructions
Shorthand for clicking inside an iframe. (Most tools now accept a frameSelector directly — prefer browser_click with frameSelector.)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| timeout | No | ||
| selector | Yes | CSS selector for the target element inside the iframe. | |
| frameSelector | Yes | CSS selector for the iframe element. |