是否可以使用 Detox 或 Jest 获取匹配元素的数量?
Is it possible to get the number of matched elements using Detox or Jest?
我需要获取选择列表中元素的数量,以便稍后使用。是否可以按类型(选择列表项类型)搜索元素,然后获取匹配元素的数量?
我看到了 atIndex() Detox 函数,所以也许有相关的东西?
目前不可能,但很快就会使用 getAttributes()
API。
我需要获取选择列表中元素的数量,以便稍后使用。是否可以按类型(选择列表项类型)搜索元素,然后获取匹配元素的数量?
我看到了 atIndex() Detox 函数,所以也许有相关的东西?
目前不可能,但很快就会使用 getAttributes()
API。