Skip to content

Instantly share code, notes, and snippets.

@praveen4463
Last active September 6, 2021 16:14
Show Gist options
  • Save praveen4463/7538fbd54bb2b4e2bf9342f43d2e05a2 to your computer and use it in GitHub Desktop.
Save praveen4463/7538fbd54bb2b4e2bf9342f43d2e05a2 to your computer and use it in GitHub Desktop.
Login
openUrl('https://www.example.com/login')
type(findElement('Email', by.labelText), 'praveen@gmail.com')
type(findElement('Password', by.labelText), '*****', keys.enter)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment