Getting started with Puppeteer & Headless chrome in NodeJs

What are Puppeteer & Headless Chrome

npm i puppeteer

Taking screenshot

const browser = await puppeteer.launch({headless: false}); // default is true

Creating a PDF

Interacting with webpage

look for the selector

--

--

I am a Software Engineer @Walmart and instructor @Udemy, working on Blockchain, and Kubernetes. Get in touch: linktr.ee/adityajoshi12

Get the Medium app

A button that says 'Download on the App Store', and if clicked it will lead you to the iOS App store
A button that says 'Get it on, Google Play', and if clicked it will lead you to the Google Play store
Aditya Joshi

I am a Software Engineer @Walmart and instructor @Udemy, working on Blockchain, and Kubernetes. Get in touch: linktr.ee/adityajoshi12