Skip to content

Latest commit

 

History

History
77 lines (42 loc) · 2.1 KB

DeviceOptions.md

File metadata and controls

77 lines (42 loc) · 2.1 KB

@onslip/automation / DeviceOptions

Interface: DeviceOptions

Device manager configuration.

Table of contents

Properties

Properties

adb

Optional adb: null | string

Where to find the adb command. undefined means Android support is optional (enabled if adb is in the path) and null disables Android support completely.

Defined in

src/device.ts:12


ideviceinstaller

Optional ideviceinstaller: string

Where to find the ideviceinstaller command. Used by iOSDevice.install/iOSDevice.uninstall.

Defined in

src/device.ts:15


idevicesyslog

Optional idevicesyslog: string

Where to find the idevicesyslog command. Used by iOSDevice.readLogs/iOSDevice.collectLogs.

Defined in

src/device.ts:18


ios_instruments_client

Optional ios_instruments_client: string

Where to find the ios_instruments_client command. Used by iOSDevice.start/iOSDevice.stop.

Defined in

src/device.ts:21


iwdpPort

Optional iwdpPort: null | number

What port ios_webkit_debug_proxy is listening on. undefined means iOS support is optional (enabled if ios_webkit_debug_proxy is listening on port 9221) and null disables iOS support completely.

Defined in

src/device.ts:27