frames_list
List all frames in a tab, including top document and iframes, with their IDs and URLs. Use when a selector fails to match—the element may be in a frame—then target that frame by ID.
Instructions
List the tab's frames (the top document plus every iframe the extension can reach), with each frame's id and URL. Use it when a selector that should match does not: the element is probably in one of these frames, and you can then pass frameId (or allFrames:true) to act inside it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tabId | No | Tab id (default: active tab) |