iOS - UIKit
Last updated
Last updated
Maestro fully supports native iOS UIKit apps.
Any view with text content can be tapped on, i.e.:
Can be tapped in the following way:
Views can be accessed by their accessibility labels. For example:
Can be tapped in the following way:
NB! maestro translates accessibilityIdentifier
to id
while accessibilityLabel
is translated to text
. When an element has both some text content and accessibilityLabel
assigned the latter will be picked as a value for text
by maestro framework.
Views can be accessed by their accessibility ids. For example:
Can be tapped in the following way:
Maestro can't interact with real iOS devices yet. Only Simulator is supported at the moment.