美文网首页
xcode8 移除 automation 啦

xcode8 移除 automation 啦

作者: 美得冒泡的姗迪 | 来源:发表于2016-10-09 16:22 被阅读0次

The logging issue has been resolved.
As for iOS 10, Apple removed the automation Instrument from Xcode 8, so how Appium had been automating iOS no longer works. We are working on integrating XCUITest, which is Apple's replacement.
Yesterday the first beta was released (Appium 1.6.0-beta1) which has support for most of the functionality. We are still working on the rest, so not everything will work.
You can install it with npm install -g appium@beta
, and get the new system by setting theautomationName
desired capability to XCUITest
.

相关文章

网友评论

      本文标题:xcode8 移除 automation 啦

      本文链接:https://www.haomeiwen.com/subject/ddzpyttx.html