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 |

