Tag: electron
Local Application and Bot Testing
Enables automated testing of local macOS applications and bots using agent-browser for Electron and web-based UIs via CDP, alongside AppleScript for controlling native desktop applications.
Electron Desktop App Development Architecture Guide
This guide details the architectural patterns for building Electron desktop applications, covering the main/renderer process separation, secure IPC handling, and controller implementation. It provides best practices for managing window life…
Web and Native macOS Application Testing Tool
This tool provides comprehensive automation for local testing environments, supporting both web/Electron applications via Chrome DevTools Protocol (CDP) and native macOS apps using AppleScript. Developers can simulate complex user flows, in…
Electron Desktop Application Development Guide
This guide outlines the architectural pattern for building LobeHub desktop features using Electron, detailing the separation between the Main, Renderer, and Preload processes. Developers can implement new functionality by creating IPC contr…