browser_cdp_command
Execute raw Chrome DevTools Protocol commands to control browser actions in isolated profile slots, enabling security testing and automation.
Instructions
Execute a raw CDP command.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slot | No | CDP slot number 0-19 | |
| method | Yes | CDP method (e.g., 'WebAuthn.enable', 'Network.setCookies') | |
| params | No | JSON string of CDP parameters | {} |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |