launchApp
Launch app in Maestro with appId, clear state/keychain, and launch arguments.
- launchApp- launchApp: appId- launchApp:
appId: "com.example.app"
clearState: true
clearKeychain: true # optional: clear *entire* iOS keychain
stopApp: false # optional (true by default): stop the app before launching it
permissions: { all: deny } # optional: by default all permissions are allowed,
# even if clearState: true is passed- launchApp:
permissions:
notifications: unset # notification permission is unset
android.permission.ACCESS_FINE_LOCATION: deny # Android fine location permission is deniedExamples
Launch Arguments
Sending launch arguments
Receiving arguments on Android
Receiving arguments on iOS
Receiving arguments in React Native
Receiving arguments in Flutter
Last updated
Was this helpful?
