Skip to content

Instantly share code, notes, and snippets.

@passy
Forked from ahume/gist:8648977
Last active January 4, 2016 17:09
Show Gist options
  • Save passy/8652275 to your computer and use it in GitHub Desktop.
Save passy/8652275 to your computer and use it in GitHub Desktop.
// What about this as a compromise?
function test() {
page.loadAndWaitForSignInUi()
.then(page.setViewportSize.bind(page, 1300, 500);
.then(page.patchStreamScribe.bind(page))
.then(page.login.bind(page, account.creds));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment