Skip to content

Instantly share code, notes, and snippets.

@alfredlucero
Created September 25, 2019 20:24
Show Gist options
  • Save alfredlucero/670288eb202d8cd6fb1457fb4e1ec574 to your computer and use it in GitHub Desktop.
Save alfredlucero/670288eb202d8cd6fb1457fb4e1ec574 to your computer and use it in GitHub Desktop.
WDIO Base Page object - STUI to Webdriver SG Blog
export default class Page {
open(path) {
browser.url(`/${path}`);
}
// Other shared functionality across all pages
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment