browser_cdp_send
Send raw Chrome DevTools Protocol commands to access any CDP capability, including network, emulation, and performance metrics not otherwise exposed.
Instructions
Send a raw Chrome DevTools Protocol command and return its result.
Escape hatch for any CDP capability not wrapped elsewhere — e.g. method='Network.getResponseBody' {requestId}, 'Network.getRequestPostData' {requestId}, 'Emulation.setGeolocationOverride', 'Emulation.setDeviceMetricsOverride', 'Network.emulateNetworkConditions', 'Performance.getMetrics'. Chromium only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| method | Yes | ||
| params | No | ||
| session_id | No |