gpt4 book ai didi

android - 在 Espresso 中,我可以检测 View 是否包含文本 * 或 * 其他文本

转载 作者:行者123 更新时间:2023-11-29 16:34:41 25 4
gpt4 key购买 nike

我有一个回收站 View ,其中应包含 3 个未知顺序的项目。

我知道如何按位置获取回收元素以及如何检查文本

onView(withId(...)).check(matches(atPosition(0, hasDescendant(withText(A)))));

但我不知道如何说withText(A) withText(B)

我用谷歌搜索但看不到任何类似 OR hamcrest 匹配器的东西

最佳答案

您可以使用 Matchers.anyOf() .例如:

onView(anyOf(withText("X"), withText("Y"))).check(matches(isDisplayed()))

关于android - 在 Espresso 中,我可以检测 View 是否包含文本 * 或 * 其他文本,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52743004/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com