cdp
Execute raw Chrome DevTools Protocol commands by specifying a method name and optional parameters to directly control browser behavior, enabling advanced automation beyond standard navigation and interaction tools.
Instructions
Raw CDP command, e.g. method='Page.navigate', params={'url': 'https://example.com'}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| method | Yes | CDP method name | |
| params | No | CDP params object |