Skip to content

Instantly share code, notes, and snippets.

View JinsoRaj's full-sized avatar
📝

Jinso Raj JinsoRaj

📝
View GitHub Profile
@JinsoRaj
JinsoRaj / puppeteer-cheatsheet.js
Last active February 7, 2021 07:01 — forked from LeCoupa/puppeteer-cheatsheet.js
Puppeteer Cheatsheet --> UPDATED VERSION --> https://github.com/LeCoupa/awesome-cheatsheets
/* *******************************************************************************************
* 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