Skip to content

Instantly share code, notes, and snippets.

@wscrbxu
Created July 10, 2019 18:42
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 wscrbxu/c132482a38999e78ae1f58a74aa2bfa9 to your computer and use it in GitHub Desktop.
Save wscrbxu/c132482a38999e78ae1f58a74aa2bfa9 to your computer and use it in GitHub Desktop.
exports.command = function(usr, pwd) {
return this.url(this.launch_url)
.maximizeWindow()
.useXpath()
.waitForElementVisible('//form[@id="login"]', 1000)
.CMNLoginToInstapot(usr, pwd);
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment