JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 11248
  • Score
    100M100P100Q7102F
  • License Apache-2.0

Script that helps bypass the authorization pop-up that appears during a simulated test

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

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.