runtime_evaluate
Execute JavaScript in a live Chrome tab to test, debug, or modify page behavior through the DevTools Protocol.
Instructions
Evaluate JavaScript in the inspected tab using Chrome DevTools Protocol Runtime.evaluate.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tabId | Yes | ||
| expression | Yes | ||
| awaitPromise | No | ||
| returnByValue | No |