onSiblings
Source set: Common
public fun SemanticsNodeInteraction.onSiblings(): SemanticsNodeInteractionCollection
Returns all siblings of this node.
Example: For the following tree
|-A
|-B1
|-B2 <- this node
|-B3
Returns B1, B3
Returns all siblings of this node.
public fun SemanticsNodeInteraction.onSiblings(): SemanticsNodeInteractionCollection
Returns all siblings of this node.
Example: For the following tree
|-A
|-B1
|-B2 <- this node
|-B3
Returns B1, B3