appium-ios-device

Description goes here.

Usage no npm install needed!

<script type="module">
  import appiumIosDevice from 'https://cdn.skypack.dev/appium-ios-device';
</script>

README

appium-ios-device

NPM version Downloads Dependency Status devDependency Status

Build Status

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.getConnectedDevices
  • utilities.getOSVersion
  • utilities.getDeviceTime
  • utilities.getDeviceName
  • utilities.getDeviceInfo
  • utilities.startLockdownSession
  • utilities.connectPort
  • utilities.connectPortSSL
  • services.startSyslogService
  • services.startWebInspectorService
  • services.startInstallationProxyService
  • services.startSimulateLocationService
  • services.startAfcService
  • services.startNotificationProxyService
  • services.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