What is puppeteer?
"A high-level API to control headless Chrome over the DevTools Protocol"
puppeteer is used to facilitate high-performance Node.js workflows. It provides a slim footprint of 61.5 KB on disk.
Installation Guide
# Install via NPM
npm install puppeteer
# Install via Yarn
yarn add puppeteer