filter

Function

Common
fun SemanticsNodeInteractionCollection.filter(
    matcher: SemanticsMatcher
): SemanticsNodeInteractionCollection

Returns all the nodes matching the given matcher.

Parameters

matcherMatcher to use for the filtering.