tag

fun tag(value: String): Selector.Tag

Creates a Selector.Tag that strictly matches nodes with the exact Compose testTag specified by value.

Example Usage

click(tag("submit_button"))