疑問:使用find_elements_by_ios_predicate定位元素組,獲取元素的index沒有按照順序

Doris_Liu發表於2018-06-04

通過ios Appium Inspect檢視到的元素資訊如下:

eList=self.driver.find_elements_by_ios_predicate('type == “XCUIElementTypeStaticText”')
通過eList[index]獲取元素,發現這個方法遍歷元素的順序不太一樣

 



相關文章