iosswiftserviceseetest

iOS - Trigger click events outside of the app - like in app drawer


How can you trigger touch and type events outside of your app. I already have created a service that can collect certain data but I can't trigger clicks.

P. S. My requirement is to have a device cloud hosted on the internet and allow people to access them remotely


Solution

  • I have managed to do this using Appium java API. First launch a dummy app, then call driver.back() and from there, you will have full control