evaluate_js
Run custom JavaScript in the active browser page and return the JSON result, allowing precise DOM reads or edits when built-in tools fall short. Requires IB_ALLOW_EVAL_JS=true.
Instructions
Run JavaScript in the page and return JSON result. Disabled unless IB_ALLOW_EVAL_JS=true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| expression | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |