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