run_js
Execute JavaScript in a Chrome tab and obtain the JSON-serializable result.
Instructions
Run JavaScript in a Chrome tab and return the JSON-serializable result.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| expression | Yes | JavaScript expression to evaluate. | |
| tabId | No | Optional Chrome tab id. Defaults to the first page tab. |