Skip to main content

Documentation Index

Fetch the complete documentation index at: https://momentic.ai/docs/llms.txt

Use this file to discover all available pages before exploring further.

The emulator block configures remote (Limbar) mobile emulators used by the momentic-mobile CLI. Only applies to mobile test runs.
momentic.config.yaml
emulator:
  region: us-west1
  autoGrantPermissions: true
emulator.region
"us-west1" | "eu-north1"
Region where the emulator runs. May affect application behavior and network latency. When unset, Momentic picks the region closest to the user’s source IP.
momentic.config.yaml
emulator:
  region: us-west1
emulator.autoGrantPermissions
boolean
Auto-grant permissions to the app under test, bypassing most permission confirmation dialogs. Default: false.
momentic.config.yaml
emulator:
  autoGrantPermissions: true
emulator.disableMomenticAccessibilityTree
boolean
Use the native Android accessibility tree inside webviews instead of Momentic’s custom implementation. The custom implementation includes more elements by default. Disabling it can speed webview interactions by 1-2 seconds but may break interactions with elements outside the viewport. Default: false.
momentic.config.yaml
emulator:
  disableMomenticAccessibilityTree: true