browser_switch_to_parent_frame
Switch back to the parent frame when working with nested iframes in web automation. This allows you to navigate between iframe contexts and return to the main document structure.
Instructions
Switches to the parent iframe
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Input Schema (JSON Schema)
{
"properties": {},
"type": "object"
}