Created
June 2, 2021 10:50
-
-
Save rhuanbarreto/bd819aa283904d1e13f5c299bf0ce260 to your computer and use it in GitHub Desktop.
Get first page of current browser puppeteer
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
const page = (await browser.pages())[0]; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment