iOS uiautomator application names

我只是一个虾纸丫 提交于 2019-12-24 00:54:06

问题


I am trying to launch and test iOS app's with Xcode instruments. But I do not have every app name for the testing.

For example, I know:

  • SETTINGS == Preferences.app
  • SAFARI == MobileSafari.app

What is app the name for Calendar, Mail, Photos, Messages, Camera, ...?


回答1:


I was able to find the answer and hopefully it helps others as well:

  • Calendar == MobileCal.app
  • Mail == MobileMail.app
  • Photos == MobileSlideShow.app
  • Messages == MobileSMS.app
  • Camera == Camera.app


来源:https://stackoverflow.com/questions/30202314/ios-uiautomator-application-names

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!