[UiAutomator] UiSelector中使用instance與index方法定位控件的區別

在使用UiAutomator寫測試用例時,最常用到的就是控件查找操作。 在UiSelector中,有兩個定位控件的方法,一個是instance,一個是index。那麼這兩個方法有什麼區別呢? 首先,我們看一下官方api說明: instance(int instance): Set the search criteria to match the widget by its instance num
相關文章
相關標籤/搜索