Represents a query used to locate a specific node in the Compose Multiplatform UI tree.
Smart selector that attempts to match by Modifier.testTag first, and falls back to matching by visible text substrings.
Strict selector that only matches nodes with the exact Modifier.testTag specified.
Selector that matches nodes containing the specified visible value.
Optional index to pick a specific node if multiple match the query.
The raw query string.