Android - Jetpack Compose
Maestro supports Jetpack Compose.
Interacting with composable with Text
Given a composable with a displayed text:
You can use the following command to tap on this Text
:
Interacting with composable with Accessibility
Given a composable without text, you can use semantics:
For the following composable:
You can tap on this using testTag
:
Getting Started
Resources
Last updated