Facebook signup flow automation
This flow demonstrates how Maestro can automate signing up with Facebook.
Some notable interactions in this Flow:
Clicking on any element using:
tapOn
Long pressing an element using:
longPressOn
Asserting visibility of element using:
assertVisible
Keyboard press using:
keyPress
Random data input using:
inputRandomPersonName
,inputRandomNumber
,inputRandomText
&inputRandomEmail
Android back navigation using:
back
Flow File
contacts.yaml
How to run the flow
Note: Facebook has since added checks in their app to prevent this flow from being automated.
Last updated