Skip to content

EmulatorDeviceCandidate

One running emulator, paired with the AVD it was started from.

Import:

import type { EmulatorDeviceCandidate } from 'obsidian-integration-testing';

Signature:

export interface EmulatorDeviceCandidate

Properties

PropertyTypeDescription
avdNamestringThe AVD name the emulator reports, e.g. obsidian_screenshots.
deviceIdstringThe device UDID, e.g. emulator-5554.

Links to this page: