waitForAnimationToEnd

Waits until an ongoing animation/video is fully finished and screen becomes static.

- waitForAnimationToEnd

Can have an optional timeout (in milliseconds) after which the command is marked as successful and flow continues.

- waitForAnimationToEnd:
    timeout: 5000

Last updated