Skip to content

Latest commit

 

History

History
41 lines (21 loc) · 1.68 KB

puppeteer.md

File metadata and controls

41 lines (21 loc) · 1.68 KB

Mastering Puppeteer

Puppeteer is a Node library which provides a high-level API to control Chrome or Chromium over the DevTools Protocol. Puppeteer runs headless by default, but can be configured to run full (non-headless) Chrome or Chromium.

Anonymity, Proxies & Privacy

Captchas

Performance

Scrapping

Things to know