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.
Start or stop a WebSocket automation session for Tauri apps. Manage multiple app connections by specifying app identifiers; the most recent becomes default.
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.
Activates an element picker overlay for visual selection in Tauri apps, returning detailed element metadata and an annotated screenshot with the selected element highlighted.
Monitor Tauri IPC calls between frontend and Rust backend. Start or stop capturing invoke() calls and responses to debug communication in Tauri applications.