Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
API reference for the MobileBoost Espresso SDK
GptDriver( apiKey: String, deviceName: String, platformVersion: String, additionalUserContext: String = "", cachingMode: String = "NONE", testId: String = "", composeTestRule: ComposeTestRule? = null )
apiKey
String
deviceName
platformVersion
additionalUserContext
cachingMode
"NONE"
"FULL_SCREEN"
"INTERACTION_REGION"
testId
composeTestRule
ComposeTestRule?
sdkInstance.execute("Tap on the home button and verify it leads to the main screen")
sdkInstance.assert("The shopping cart shows 3 items")
val data = sdkInstance.extract("product name", "price", "quantity")