switch_to_frame
Switch focus to an iframe by index, name, or CSS/XPath selector to interact with its elements.
Instructions
Switch focus into an iframe. Provide index (integer), name/id (string), or a CSS/XPath selector.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| index | No | Frame index | |
| name | No | Frame name or id attribute | |
| selector | No | CSS/XPath to locate the iframe element | |
| by | No | css | |
| timeout | No |