export default class Page{ url: string constructor (url:string) { this.url = url } open(path: string){ browser.url(path) } }