evaluate_script
Execute JavaScript code in a Tauri webview window to automate tests and interact with the UI, optionally targeting a specific window by label.
Instructions
Run JS in webview
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| script | Yes | JS code | |
| window | No | Window label (default: focused window) |