hasAnySibling
Common
fun hasAnySibling(matcher: SemanticsMatcher): SemanticsMatcher
Returns whether the node has at least one sibling that satisfies the given matcher.
Sibling is defined as a any other node that shares the same parent.
Returns whether the node has at least one sibling that satisfies the given matcher.
RevenueCat
Add subscriptions to your apps in minutes
fun hasAnySibling(matcher: SemanticsMatcher): SemanticsMatcher
Returns whether the node has at least one sibling that satisfies the given matcher.
Sibling is defined as a any other node that shares the same parent.