extension_get_side_panel
Retrieve the side panel state and HTML content from authenticated browser sessions. Use this tool to check if the panel is open and access its rendered content across multiple browser profiles.
Instructions
[Disabled] Get the side panel state and rendered HTML. Returns the React state (connected, loading, plugins) and the root innerHTML. If the side panel is not open, returns { open: false }. When multiple browser profiles are connected, use connectionId to target a specific profile.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| connectionId | No | Target a specific browser profile by connection ID. Use browser_list_tabs to discover available connectionIds. |