Skip to content

Instantly share code, notes, and snippets.

View ShivLondon's full-sized avatar
💭
Born To Code!!!!!

Shiv Shankar ShivLondon

💭
Born To Code!!!!!
View GitHub Profile
/* *******************************************************************************************
* PUPPETEER
* https://pptr.dev/
* ******************************************************************************************* */
// When you install Puppeteer, it downloads a recent version of Chromium (~170MB Mac, ~282MB Linux, ~280MB Win)
// that is guaranteed to work with the API.
npm install puppeteer