All Questions
1 question
8
votes
3
answers
6k
views
How to iterate over an element (node) list on Android Jetpack Compose UI Tests?
I'm implementing some instrumented tests using the Jetpack Compose testing library. I'm not too familiar with Kotlin / Android development yet, but I have years of experience with Selenium and other ...