Android contacts flow automation
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
appId: com.android.contacts
---
- launchApp
- tapOn: "Create new contact"
- tapOn: "First name"
- inputRandomPersonName
- tapOn: "Last name"
- inputRandomPersonName
- tapOn: "Phone"
- inputRandomNumber:
length: 10
- back
- tapOn: "Email"
- inputRandomEmail
- tapOn: "Save"