Mobilewright

JSON →
library 0.0.41 ·javascript
verified Jun 4, 2026

Mobilewright is a mobile device automation framework for iOS and Android, inspired by Playwright's architecture and developer experience. Current stable version is 0.0.41, released as a pre-1.0 alpha with frequent updates. It provides a cross-platform API for tapping, filling, and asserting on mobile apps using semantic locators (getByRole, getByLabel, getByText) and built-in auto-waiting. Unlike Appium (verbose WebDriver, manual waits) and Detox (React Native only), Mobilewright offers a zero-config setup, accessibility-tree-based interaction optimized for AI agents, and remote device support via mobilecli. It is ESM-only, requires Node >=18, and ships TypeScript types.