-
-
Save angiejones/f01d7d02e64f08e3e692e8fd74ac65ef to your computer and use it in GitHub Desktop.
Playwright - pass Page to page object class
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
| Page page = browser.newPage(); | |
| page.navigate("https://automationbookstore.dev/"); | |
| SearchPage searchPage = new SearchPage(page); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment