Skip to main content
The MobileBoost SDK for Appium drops into your existing Java Appium suite. Your code-based tests run first, and AI kicks in as a fallback when a step fails.

Prerequisites

Install Appium and the platform drivers:

Installation

Add the dependency to your pom.xml:

Configuration

Replace your Appium driver classes with the MobileBoost subclasses and add your API key as a capability:
You can also pass additional context to enhance AI behavior:

Start the Appium server

Before running tests, start the Appium server:

Next steps

Reference

Driver classes, AI commands, and caching.

Examples

Worked examples using the Java SDK.