list_all_tabs
Retrieves every open browser tab, including chrome-extension pages that other tab-listing tools hide. Those pages have no session ID, so drive them with CDP commands instead.
Instructions
List every open tab, including chrome-extension:// pages that list_tabs hides. Those never become sessions (content scripts can't run there), so they have no session id — drive them with cdp_command(tab_id=...) instead. Works with no tabs open.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||