Puppeteer
js library that provides a high-level API to control headless (or full) Chrome and Chromium browsers programmatically, commonly used for web scraping, automated testing, and PDF/screenshot generation.
2 resources across 1 library
Glossary Terms(2)
Web Scraping
Web scraping is the automated extraction of data from websites, typically by fetching pages programmatically and parsing their HTML (or rendered DOM) to pull o…
Puppeteer
Puppeteer is a Node.js library that provides a high-level API to control headless (or full) Chrome and Chromium browsers programmatically, commonly used for we…