Launch a built Tauri app under WebDriver automation to interact with it programmatically via mouse and keyboard actions. Targets any local Tauri project by resolving its binary from Cargo.toml.
A Tauri plugin that enables AI agents to interact with Tauri applications through screenshots, DOM inspection, and input simulation via the Model Context Protocol. It allows agents to perform actions like clicking, typing, and executing JavaScript within the application's webview context.
Monitor Tauri IPC calls between frontend and Rust backend. Start or stop capturing invoke() calls and responses to debug communication in Tauri applications.
Launch Tauri desktop applications for automated testing and interaction by specifying the application binary path and optional arguments or environment variables.
Execute Tauri IPC commands to automate desktop application testing and interactions through natural language, enabling AI-driven control of app functions without manual scripting.
Reads the current app window state including page title, visible text, and interactive elements with their roles and selectors. Use to identify on-screen content and actionable items without a screenshot.