Skip to content

nurdtechie98/appium-ios-device

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.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

About

Tools for interacting with iOS devices

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%