Puppeteer is a Node.js library which lets you interact with the Chrome web browser. Recent releases also include Firefox support. Puppeteer is commonly used to automate testing, archive webpage data, and generate screenshots of live web content. It lets you control Chrome via a clear API, giving you the ability to navigate to pages, click on form controls, and issue browser commands. Getting Puppe

