IOS自動化測試問題記錄

本文用於收集IOS官方自動化測試工具調試中的一些問題。工具

執行腳本在日誌中直接提示an error occurred while trying to run the script。測試

————解決方法:手機:設置->開發者->打開Enable UI Automation便可調試

如何找控件ID,如何知道UI結構。日誌

————解決方法:target.logElementTree(); 這句代碼加到腳本中,執行一下,在Editor log中就能夠看到樹形結構了,ID什麼的統統都有code

點擊事件方法事件

————tap(); 好比:ip

target.frontMostApp().mainWindow().tableViews()[1].cells()[0].tap();

延時方法開發

—————delay(1); 好比:get

target.delay(1);
相關文章
相關標籤/搜索