Wait commands
Control timing with wait commands for animations, network calls, and UI updates.
Automatic waiting
# assertVisible example
- tapOn: "Submit"
- assertVisible: "Success!" # Maestro will wait for this to appearWait strategies
Waiting for long processes (extendedWaitUntil)
extendedWaitUntil)Waiting for UI stability (waitForAnimationToEnd)
waitForAnimationToEnd)Next steps
Last updated