Skip to content

Puppeteer is a Node library which provides a high-level API to control Chrome over DevTools Protocol. This is a collection of few sample codes I tried to familiarize Puppeteer.

Notifications You must be signed in to change notification settings

jojijacobk/Puppeteer

Repository files navigation

Puppeteer

  • Puppeteer is a Node library to control Chrome or Chromium over DevTools Protocol
  • It can run headless or non-headless
  • Most things that you can do manually in browser can be done via puppeteer as well
  • puppeteer version is tightly coupled with Chromium version. So, when you install puppeteer, the tied together version of chromium also gets installed. But, if you want to control an already installed Chrome, that is possible with puppeteer-core

My experiments with Puppeteer

Run npm install before you try demo codes below

References

About

Puppeteer is a Node library which provides a high-level API to control Chrome over DevTools Protocol. This is a collection of few sample codes I tried to familiarize Puppeteer.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published