Skip to content

ObsidianAndroidAppiumTransportOptions.sessionId?

ObsidianAndroidAppiumTransportOptions › sessionId?

Type: string

An existing Appium session ID to reattach to.

Populated automatically by the global setup and provided to test workers via the framework's context mechanism (e.g. Vitest provide/inject). When present, the transport factory uses WebDriverIO's attach() instead of creating a new session, avoiding duplicate Appium/ADB connections.