Android contacts flow automation
This flow demonstrates how Maestro can automate saving a contact with name, phone number & email of a person.
Some notable interactions in this Flow:
Clicking on any element using: tapOn
Random data input using: inputRandomPersonName,inputRandomNumber & inputRandomEmail
Android back navigation using: back
Flow File
contacts.yaml
How to run the flow
Install maestro in your system. (Installation instructions)
Copy the YAML flow from below in your system and save it as contacts.yaml
Start android emulator in your system
Run this command from your terminal:
maestro test contacts.yaml
Last updated