CDP passthrough
browser_cdpSend any Chrome DevTools Protocol command to the current browser tab and get the raw response, enabling direct low-level control of live pages.
Instructions
Send an arbitrary Chrome DevTools Protocol command to the current tab and return the raw response. Use with care.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| method | Yes | The Chrome DevTools Protocol method, e.g. "Page.captureScreenshot" | |
| params | No | Parameters for the CDP method |