githubEdit

Android - Views

Maestro fully supports native Android apps. Maestro tests can also run on real hardware devices.

https://github.com/mobile-dev-inc/maestro-docs/blob/main/platform-support/broken-reference/README.mdchevron-right

Interacting with views by text

Any view with a text property can be tapped on:

Can be tapped in the following way:

Interacting with views by id

Views can be accessed by their ids. For example:

Can be tapped in the following way:

Interacting with views by contentDescription

contentDescription field is surfaced as text property and can be interacted in the same way as any view containing text:

This view can then be tapped using the following command:

Known Limitations

  1. Unicode text input is not yet currently supported. Though views that have unicode in them can still be interacted with.

Last updated

Was this helpful?