evaluate_js
Run custom JavaScript in the browser to inspect and debug page state. Use return to retrieve values for analysis.
Instructions
Execute arbitrary JavaScript in the page context. Powerful for custom inspection and debugging.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | JavaScript code to execute. Use "return" to return values. |