2017-05-25 67 views
1

我用appium在iOS 9.3和Xcode 7和使用了大量的執行腳本在我的代碼。例如:如何從UIAutomation傳輸(在Xcode中7)XCUITest(在Xcode中8)

executeScript("UIATarget.localTarget().frontMostApp().mainWindow().sliders()[0].value()");

但現在,我升級到iOS 10.3的Xcode 8,執行不起作用。你有任何想法來解決這個問題嗎?我仍然可以使用excuteScript()並將腳本從UIAutomation更改爲XCUITest?如果可以,您能否提供從UIAutomation轉移到XCUITest的操作表?謝謝。

回答

0

您需要將appium升級到1.6.This不是像appium 1.5.3那樣的GUI應用程序。

請參考以下鏈接進行安裝:

Installing appium on macOS sierra 10.12.3

+1

我使用appium 1.6。但是我的問題仍然沒有解決。有任何想法嗎 ? – Don