ObsidianAndroidAppiumTransportOptions.isEmulatorVisible?
ObsidianAndroidAppiumTransportOptions › isEmulatorVisible?
Type: boolean
Whether the auto-started Android emulator window is shown on screen.When
false (the default), the emulator is started with -no-window (headless), so it never steals focus. Ignored when reusing an already-running device (nothing is launched to hide). Set true to watch the emulator UI.