browser_cdp_send
Send any raw Chrome DevTools Protocol command with custom parameters to automate Chrome/Chromium, inspect pages, control network, tracing, memory, and more.
Instructions
UNIVERSAL RAW CDP (GOD MODE): Send any raw Chrome DevTools Protocol command directly with custom parameters (e.g. 'DOM.getBoxModel', 'CSS.enable', 'Memory.getDOMCounters', 'Tracing.start', 'Fetch.enable').
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| method | Yes | CDP method name (e.g. 'DOM.getBoxModel', 'Page.printToPDF') | |
| params | No | Optional parameters dictionary for the CDP command | |
| timeout | No | Command timeout in seconds |