EmulatorDeviceCandidate
One running emulator, paired with the AVD it was started from.
Import:
import type { EmulatorDeviceCandidate } from 'obsidian-integration-testing';Signature:
export interface EmulatorDeviceCandidateProperties
| Property | Type | Description |
|---|---|---|
| avdName | string | The AVD name the emulator reports, e.g. obsidian_screenshots. |
| deviceId | string | The device UDID, e.g. emulator-5554. |
Links to this page: