githubEdit

Facebook signup flow automation

This flow demonstrates how Maestro can automate signing up with Facebook.

circle-info

Note: Facebook has since added checks in their app to prevent this flow from being automated.

Some notable interactions in this Flow:

  1. Clicking on any element using: tapOn

  2. Long pressing an element using: longPressOn

  3. Asserting visibility of element using: assertVisible

  4. Keyboard press using: pressKey

  5. Random data input using: inputRandomPersonName, inputRandomNumber, inputRandomText & inputRandomEmail

  6. Android back navigation using: back

Flow File

Last updated

Was this helpful?