1.2.1 • Published 5 years ago

authorize-ios v1.2.1

Weekly downloads
9,464
License
Apache-2.0
Repository
github
Last release
5 years ago

authorize-ios

A little utility that pre-authorizes Instruments to run UIAutomation scripts against iOS devices

Build Status Coverage Status Greenkeeper badge

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