Skip to content

Instantly share code, notes, and snippets.

@hendrixroa
Created March 9, 2023 22:38
Show Gist options
  • Save hendrixroa/7901b2555031a1c55b69208e91e3b714 to your computer and use it in GitHub Desktop.
Save hendrixroa/7901b2555031a1c55b69208e91e3b714 to your computer and use it in GitHub Desktop.
Evaluate page function where you can get all information of the HTML code.
const data = await page.evaluate(() => {
// Your scraping code here
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment