Last active
September 6, 2021 16:14
-
-
Save praveen4463/7538fbd54bb2b4e2bf9342f43d2e05a2 to your computer and use it in GitHub Desktop.
Login
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
openUrl('https://www.example.com/login') | |
type(findElement('Email', by.labelText), '[email protected]') | |
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