app
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
app
app
/
com.m8test.accessibility.api
/
AccessibilityNode
/
findBrothers
find
Brothers
abstract
fun
findBrothers
(
selector
:
AccessibilitySelector
,
count
:
Int
)
:
AccessibilityNodes
查找满足条件的兄弟节点集合。
Return
返回找到的兄弟节点集合
AccessibilityNodes
。
Parameters
selector
要查找的兄弟节点选择器。
count
要查找的最大节点数量。