Created
June 17, 2020 06:48
-
-
Save velotiotech/8e5735f1be067d39211566e08219e53d to your computer and use it in GitHub Desktop.
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
module.exports = { | |
elements: { | |
googleInputBox: '//input[@type="text"]', | |
searchButton: '(//input[@value="Google Search"])[2]', | |
headingText: `//h3[contains(text(),'Nightwatch.js')]` | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment