Created
March 9, 2023 22:38
-
-
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.
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 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