Skip to content

Instantly share code, notes, and snippets.

@AshKyd
Created November 26, 2015 03:02
Show Gist options
  • Save AshKyd/5f846e0d27f96c8dba3e to your computer and use it in GitHub Desktop.
Save AshKyd/5f846e0d27f96c8dba3e to your computer and use it in GitHub Desktop.
Wait until
// npm install wait-until --save-dev
waitUntil()
.interval(10)
.times(1000)
.condition(function(){
})
.done(function(){
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment