Skip to content

Instantly share code, notes, and snippets.

@rhuanbarreto
Created June 2, 2021 10:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rhuanbarreto/bd819aa283904d1e13f5c299bf0ce260 to your computer and use it in GitHub Desktop.
Save rhuanbarreto/bd819aa283904d1e13f5c299bf0ce260 to your computer and use it in GitHub Desktop.
Get first page of current browser puppeteer
const page = (await browser.pages())[0];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment