Skip to content

Instantly share code, notes, and snippets.

@paramsinghvc
Created September 13, 2017 16:29
Show Gist options
  • Select an option

  • Save paramsinghvc/28ead51b8890b4fc4b452a365aaba4cd to your computer and use it in GitHub Desktop.

Select an option

Save paramsinghvc/28ead51b8890b4fc4b452a365aaba4cd to your computer and use it in GitHub Desktop.
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