Skip to content

Instantly share code, notes, and snippets.

@wookiehangover
Created January 2, 2014 19:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wookiehangover/8225458 to your computer and use it in GitHub Desktop.
Save wookiehangover/8225458 to your computer and use it in GitHub Desktop.
browser.waitForElementByCssSelector('.modal-footer button', 30e3)
.delay(1000)
.then(function(elem){
return $('.modal-footer button').click();
})
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment