ObsidianAndroidAppiumTransportOptions.isAppiumConsoleVisible?
ObsidianAndroidAppiumTransportOptions › isAppiumConsoleVisible?
Type: boolean
Whether the auto-started Appium server console window is shown.When
false (the default), the npx appium server process is spawned with its console window hidden (windowsHide) and its output discarded, so it neither steals focus nor writes to the invoking terminal. Ignored when attaching to an already-running Appium server (shouldAutoStartAppium false, or the server already reachable). Set true to see the server log window and its live output.