frames_list
List all accessible frames in a tab with their IDs and URLs. Use this when a selector fails to locate an element, as it may reside inside an iframe, then target the correct frame by its 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 | Target tab id (defaults to the active tab) |