Skip to main content
The MobileBoost SDK for Appium drops into your existing Python 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

To upgrade to the latest version:

Configuration

Create a GptDriver instance with your API key:
Or pass an existing Appium driver:

Start the Appium server

Before running tests, start the Appium server:

Next steps

Reference

AI commands, self healing, and caching.

Examples

Worked examples, including PyTest.