cdp_command
Send a Chrome DevTools Protocol command to a specific browser tab or target via session_id or tab_id. Provide JSON parameters for programmatic control and debugging.
Instructions
Call one Chrome DevTools Protocol command. session_id accepts client:tabId; tab_id accepts either a native number or the same composite session string.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| method | Yes | ||
| tab_id | No | ||
| timeout | No | ||
| target_id | No | ||
| session_id | No | ||
| params_json | No | {} | |
| extension_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||