browser_iframe_fill
Fill input fields inside an iframe using a CSS selector for the iframe and another for the target input, simplifying automated form completion in embedded frames.
Instructions
Shorthand for filling inside an iframe. (Most tools now accept a frameSelector directly — prefer browser_fill with frameSelector.)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| value | Yes | ||
| timeout | No | ||
| selector | Yes | CSS selector for the input inside the iframe. | |
| frameSelector | Yes | CSS selector for the iframe element. |