Created
September 13, 2017 16:29
-
-
Save paramsinghvc/28ead51b8890b4fc4b452a365aaba4cd to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| import { element, browser, by, Key } from 'protractor'; | |
| export class HomePage { | |
| getPage() { | |
| return browser.get('/'); | |
| } | |
| getPageTitle() { | |
| return browser.getTitle(); | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment