Interating outside of app

Hi,

out of curiosity. On appium android I can interact with native android, like normal dialer, settings, etc. On ios I can query some things, but when I send a click the server stops on

Debug: Got new command 19 from instruments: au.tapById('1')
Debug: evaluating au.tapById('1')
Debug: target.frontMostApp().elements()[1].elements()[3].tap()

Is it possible to tap, swipe, etc. on native tools on ios?

FYI I’m using appium 1.2.2 on real ios7

Not possible, sorry :frowning:

iOS Instruments only allows us to automate the app which instruments launches.