zerodom_eval_js
Execute arbitrary JavaScript in the active browser tab's live context and return the result, enabling direct DOM interaction and console-level debugging.
Instructions
Run arbitrary JavaScript in the active tab's real page context and return the result — Runtime.evaluate over the same chrome.debugger connection everything else here uses, the same power as typing into DevTools' own console.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |