select_iframe
Switch into an iframe to interact with embedded content; returns a new session. Close session when finished.
Instructions
Switch into an iframe to interact with embedded content. Returns a new session scoped to the iframe. Use close_session on the returned session when done.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| selector | Yes | CSS selector for the iframe element | |
| session_id | Yes | Parent session ID |