onAllNodesWithTag

Function

Common
fun SemanticsNodeInteractionsProvider.onAllNodesWithTag(
    testTag: String,
    useUnmergedTree: Boolean = false,
): SemanticsNodeInteractionCollection

Finds all semantics nodes identified by the given tag.

For usage patterns and semantics concepts see SemanticsNodeInteraction

Parameters

testTagThe tag to search for. Looks for exact matches only.
useUnmergedTreeIf true, searches the unmerged semantics tree instead of the merged semantics tree.