obsidian_cdp
Directly run Chrome DevTools Protocol commands to automate Obsidian app actions like page reloads or UI manipulation.
Instructions
Run a Chrome DevTools Protocol command directly
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| method | Yes | CDP method to call (e.g. 'Page.reload') | |
| params | No | Method parameters as JSON |