Created
September 25, 2019 20:24
-
-
Save alfredlucero/670288eb202d8cd6fb1457fb4e1ec574 to your computer and use it in GitHub Desktop.
WDIO Base Page object - STUI to Webdriver SG Blog
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
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