chrome_eval
Run JavaScript code in a selected Chrome tab to inspect page state or automate panel interactions.
Instructions
Evaluate JavaScript in the selected tab. Use for small, explicit inspection or panel automation snippets.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tabId | No | ||
| waitMs | No | ||
| debugUrl | No | http://127.0.0.1:9222 | |
| expression | Yes | ||
| urlContains | No | ||
| titleContains | No |