tabs.list | | TabInfo[] for every window |
tabs.create | {url, active?} | The new tab, opened in the current window and shared automatically |
tabs.close | {tabId} | |
tabs.activate | {tabId} | Brings the tab to the front of its window |
tabs.hold | {tabId, hold} | Keep the debugger attached past the idle timeout (inspection sessions, long operations) |
tabs.prepare | {tabId} | Attach and activate before input or screenshots |
window.size | {tabId, width?, height?} | Read or set the window size |
downloads.list | | The browser’s download items |
tools.catalog | {tools: ToolInfo[], version} | Stores the catalog for the Tools page |
cdp | {tabId, method, params?, sessionId?, client?} | Result of the DevTools Protocol command. client names the agent for the activity log |