Package Exports
- authorize-ios
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (authorize-ios) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
authorize-ios
A little utility that pre-authorizes Instruments to run UIAutomation scripts against iOS devices
##Installation##
(if you're using Appium, check the Appium docs for how to call this function. The document you are reading is for developers who are using this npm package, not Appium users)
npm install authorize-ios
##Usage##
require('authorize-ios')()
This will bring up an alert that prompts the user to input their sudo password. There's no away around this.