gpt4 book ai didi

android - Calabash Android循环通过ListView进行检查

转载 作者:行者123 更新时间:2023-11-30 02:03:31 25 4
gpt4 key购买 nike

我刚开始使用 Calabash 并遇到了一个 ListView 。

对于每个 ListView 行,我想检查一些文本和 ImageView 是否存在。

但是我不确定如何遍历 ListView ?

有点像

foreach list_item in listview
check text label with id
check image view with id
end

如有任何帮助,我们将不胜感激。

最佳答案

我不确定在这种情况下是否使用 foreach,但您可以根据列表中的索引号进行操作。诸如获取项目计数之类的东西,然后通过使用两个选项循环遍历它们

getListView().setSelection(21);

为了平滑滚动:

getListView().smoothScrollToPosition(21);

来自这篇文章https://stackoverflow.com/a/7561660/1165581通过 HandlerExploit

然后检查每个项目的图像和文本。

关于android - Calabash Android循环通过ListView进行检查,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31120310/

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