3 minutes read What is Puppeteer? Puppeteer is Node library that you can use in order to control Headless Chrome with the DevTools Protocol. The Chrome DevTools Protocol allows for tools to instrument, inspect, debug and profile for Chromium and Chrome browsers. Puppeteer – Headless Chrome Node API works only with Chrome and uses the latest versions of Chromium. Chromium… Read more »