Skip to content

Instantly share code, notes, and snippets.

@jaffamonkey
Created July 12, 2021 22:59
Show Gist options
  • Save jaffamonkey/d8d824b4dbf9f6993c9fa08ae80c3f8c to your computer and use it in GitHub Desktop.
Save jaffamonkey/d8d824b4dbf9f6993c9fa08ae80c3f8c to your computer and use it in GitHub Desktop.
wait for element input[type=text] to be visible
set field input[type=text] to username
set field input[type='password'] to password
wait for element button[type=button] to be visible
click element button[type=button]
screen capture example.png
wait for url https://xyz.com/dashboard
wait for element h3[class='headline font-weight-light text--primary'] to be visible
screen capture example2.png
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment