authorize-iosdeprecated

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

Usage no npm install needed!

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

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.