How to use Appium to automate a 3rd party ios app on real device

前端 未结 1 811
说谎
说谎 2021-01-23 06:21

I\'m trying to automate a 3rd party ios app (YouTube, for example) on a real iPhone using Appium. I haven\'t been able to find a single gu

相关标签:
1条回答
  • 2021-01-23 07:04

    In order to Automate app already installed on the device, you can use bundleId capability and provide the bundle id of the installed app.

    You can learn more about how to get the bundleId for an installed app, here.

    0 讨论(0)
提交回复
热议问题