eval_js
Execute JavaScript code in a webview page and return its output, enabling debugging and interaction with the UI.
Instructions
Execute JavaScript in the webview page and return the result.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |