问题
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 guide/tutorial to achieve this, but from the information I gathered, it seems to involve the following steps:
- Extract the pre-installed app and decrypted it (using a tool such as Clutch)
- Resign it with my development cert
I know I omitted lots of details in each step, but my question is, has anyone done this successfully and can confirm this is actually achievable? Or is there any other less involved ways to automate a 3rd party ios app using Appium
?
回答1:
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.
来源:https://stackoverflow.com/questions/53090109/how-to-use-appium-to-automate-a-3rd-party-ios-app-on-real-device