browser_eval
Execute JavaScript expressions in the browser page for debugging and validation, automatically sanitizing sensitive fields like tokens and passwords.
Instructions
在当前浏览器页面执行调试 JavaScript 表达式并返回可序列化结果。返回值会自动脱敏 token、password、apiKey、Authorization 等敏感字段。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| expression | Yes | 要执行的 JavaScript 表达式或函数体 |