How to automate already installed ios Apps using Appium. I want to automate like whatsap ebay and other installed apps in my iphone using appium.
How to automate already installed ios Apps using Appium. I want to automate like whatsap ebay and other installed apps in my iphone using appium.
3
Answers
You should be able to automate the app if you know the bundleId of the application. For WhatsApp the bundleId is
net.whatsapp.WhatsApp
If your Appium set up is correct and have python installed then, start an Appium Server and Run the sample python code. You can attach the session to the Appium inspector to inspect the elements.
You need to add bundle ID capability with existing capabilities.
I have added UDID capability which is used for real device.
this work for me