Interface DeviceWithPath

Hierarchy

Properties

device: string

The device

getClient: (() => DeviceClient)

Type declaration

id: string

The ID of the device. For real devices, this is usually the USB identifier.

model: string

The model of the device

path: string

The device path. This can be something like usb:FD120000 for real devices.

product: string

The product name of the device

transportId: string

The transport id for the device

The device type. Values include 'emulator' for emulators, 'device' for devices, and 'offline' for offline devices. 'offline' can occur for example during boot, in low-battery conditions or when the ADB connection has not yet been approved on the device.

Generated using TypeDoc