1
Espresso庫中是否有方法firstMatch()
?現在我得到這個例外Android Espresso執行點擊第一場比賽
android.support.test.espresso.AmbiguousViewMatcherException matches multiple views in the hierarchy.
我有一個RecyclerView
和一些物品都顯示R.id.textRowBottom
,但不是全部。我想獲得第一場比賽並點擊它。
它看起來像這樣
onView(allOf(withId(R.id.textRowBottom), isDisplayed())).perform(click());
你是在找這個嗎? http://stackoverflow.com/a/36866682/1219012 –