How to use Selectors
Learn to identify UI elements using text, ID, position, and state selectors.
Interaction guide
- tapOn: Login # Maestro automatically interprets this as { text: "Login" }- tapOn:
id: submit_button # Technical ID
enabled: true # Only if it's clickable
below: Password # Located in a specific areaBest practices
Selector reference
Category
Best for
Last updated