Attach Raw CDP
browser_cdp_attachAttach a Chrome DevTools Protocol session to a specific tab for control and automation. Disable event capture to avoid exposing credentials when only commands and sanitized network data are needed.
Instructions
Attach an unrestricted Chrome DevTools Protocol session to one tab. Set captureEvents=false when only commands plus a sanitized network projection are needed; captured Raw events may expose credentials and private data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tabId | Yes | ||
| maxBytes | No | ||
| maxEvents | No | ||
| captureEvents | No |