[iOS9 UIAutomation] What is Appium approach to UIAutomation deprecation by Apple

For starters you can refer this:

Thanks for the info.

I already have a comprehensive documentation with me which I used to setup multiple Mac Minis for appium. All I’m looking now is support for iOS 10 devices while keeping support for iOS 8.x, 9.x.

Please advise.

Thanks.

@Mayuresh_Shirodkar: You can clone the code from GitHub and follow the below steps:

Clone the appium from the git : git clone https://github.com/appium/appium.git
Point to the cloned folder
$ npm install

In case of the shrink-wrap error :
$ npm shrinkwrap

1 Like

Is there any way to automate real iOS device system settings?

Hi ,

I am referring @appum_gen questions , I need support. Need documentation to convert existing Appium 1.4.16 test suite conversion to Appium 1.6.5 to run test suites on IOS 10 physical devices. Same with Android 7.0 as well.
So far with Older versions Android and IOS successfully running using Findelementsby methods , but seeing changes in Appium 1.6.X (XCUITestFramework) , we bit confused and unable to find propert guidance for migration of existing test suite to newer appium version to support IOS 10 and Android 7 OS version.

Appreciate indeed help.

Regards,
Kiran