onSiblings
Source set: Common
@CheckResult
fun SemanticsNodeInteraction.onSiblings(): SemanticsNodeInteractionCollection
Returns all siblings of this node.
For the following tree
|-A |-B1 |-B2 <- this node |-B3
Returns B1, B3Returns all siblings of this node.
Compose Multiplatform
Ship iOS, desktop, and web apps with Compose
RevenueCat
Add subscriptions to your apps in minutes
@CheckResult
fun SemanticsNodeInteraction.onSiblings(): SemanticsNodeInteractionCollection
Returns all siblings of this node.
For the following tree
|-A |-B1 |-B2 <- this node |-B3
Returns B1, B3Last updated: