Bradleycorn
onAllNodes*
LazyColumn { items(10) { item -> Text("Item $item", modifier = Modifier.clearAndSetSemantics { contentDescription = "List Item" } ) } }
composeTestRule.onAllNodesWithContentDescription("List Item")
A modern programming language that makes developers happier.