AutoMobile SDK¶
The AutoMobile SDK provides Android-specific components for integrating AutoMobile into your Android applications and test suites.
The SDK consists of:
- JUnitRunner - Test execution framework with AI self-healing capabilities
- Accessibility Service - Real-time view hierarchy access and UI monitoring
- Gradle Integration - Build configuration and dependency management
Setup¶
- Follow JUnitRunner for dependency installation and runner configuration.
- Enable the Accessibility Service on test devices to access the view hierarchy.
See Also¶
- MCP Server - MCP Server integration