Send Raw CDP command
browser_cdp_sendSend any Chrome DevTools Protocol method with JSON params directly to the browser session, bypassing method allowlists and response sanitization. Use targetSessionId for child targets.
Instructions
Send any CDP method and JSON params without a method allowlist or response sanitization. Use targetSessionId for a child target previously attached within this Raw CDP session.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| method | Yes | ||
| params | No | ||
| sessionId | Yes | ||
| targetSessionId | No |