🌈 Create new beautiful Compose Gradients with our new wesite ->
Function

onAllNodesWithText

Finds all semantics nodes with the given text.

onAllNodesWithText

Source set: Common
public fun SemanticsNodeInteractionsProvider.onAllNodesWithText(
    text: String,
    substring: Boolean = false,
    ignoreCase: Boolean = false,
    useUnmergedTree: Boolean = false,
): SemanticsNodeInteractionCollection

Finds all semantics nodes with the given text.

For usage patterns and semantics concepts see SemanticsNodeInteraction

Parameters

text The text to search for.
substring If true, allows matches where the label is a substring of the content description.
ignoreCase If true, does a case-insensitive search.
useUnmergedTree If true, searches the unmerged semantics tree instead of the merged semantics tree.