Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A powerful JavaScript library for automating and controlling Chrome or Firefox browsers through DevTools Protocol or WebDriver BiDi.
Puppeteer is a robust Node.js library that provides developers with programmatic control over Chrome or Firefox browsers. It offers a high-level API for browser automation, making it ideal for:
Key features:
The library can be installed either as puppeteer
(includes Chrome) or puppeteer-core
(browser-only) depending on your needs.