cdp_frame_interact
Interact with elements inside iframes by clicking, typing, finding, or reading content. Automatically searches all frames for elements using CSS selectors.
Instructions
Interact with elements inside iframes. Automatically searches all frames for the element.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Action to perform | |
| selector | Yes | CSS selector for the element | |
| value | No | Value for type action | |
| frame_id | No | Specific frame ID (optional - will search all frames if not provided) |