Documentation Index
Fetch the complete documentation index at: https://docs.mobileboost.io/llms.txt
Use this file to discover all available pages before exploring further.
GptDriver
Constructor
| Parameter | Type | Description |
|---|---|---|
apiKey | String | Your MobileBoost API key |
deviceName | String | Device name for logging |
platformVersion | String | Android version |
additionalUserContext | String | Context to guide AI behavior across all steps |
cachingMode | String | "NONE", "FULL_SCREEN", or "INTERACTION_REGION" |
testId | String | Identifier for the test (used for caching and logging) |
composeTestRule | ComposeTestRule? | Required for Jetpack Compose apps |

