README
appium-ios-device
Appium API for dealing with iOS devices. This is mainly a rewrite of libimobiledevice in nodejs. The APIs allow Appium to talk directly to the phone over usbmuxd
More information can be found at the links below:
Note: Issue tracking for this repo has been disabled. Please use the main Appium issue tracker instead.
Methods
utilities.getConnectedDevicesutilities.getOSVersionutilities.getDeviceTimeutilities.getDeviceNameutilities.getDeviceInfoutilities.startLockdownSessionutilities.connectPortutilities.connectPortSSLservices.startSyslogServiceservices.startWebInspectorServiceservices.startInstallationProxyServiceservices.startSimulateLocationServiceservices.startAfcServiceservices.startNotificationProxyServiceservices.startHouseArrestService
Usage
This module should be used over the utilities and services modules due to the complexity of iOS communication. When a new services is implemented, it should be added and made available over the services module
Watch
npm run watch
Test
npm test
