resolveEmulatorDeviceId
Finds the running emulator whose AVD is the named one.
Import:
import { resolveEmulatorDeviceId } from 'obsidian-integration-testing';Signature:
function resolveEmulatorDeviceId(params: ResolveEmulatorDeviceIdParams): Promise<string>Parameters:
| Parameter | Type | Description |
|---|---|---|
params | ResolveEmulatorDeviceIdParams | The AVD to match. |
Returns: Promise<string> — A Promise that resolves to the device UDID to address it by.
Links to this page: