
puppeteer
1 Tool
Puppeteer is an open-source GitHub organization maintained by Google's Chrome DevTools team that develops browser-automation tooling for the web platform. Founded around 2017, it produces libraries and supporting tools that let developers programmatically control Chrome and Firefox via the Chrome DevTools Protocol and the emerging WebDriver BiDi standard. The organization's work has become a widely adopted foundation for headless browser testing, screenshot generation, PDF rendering, and end-to-end UI automation across the JavaScript ecosystem.
Tools
Puppeteer is a JavaScript library that provides a high-level API to control Chrome or Firefox via the DevTools Protocol or WebDriver BiDi. It runs browsers in headless mode by default, making it ideal for web scraping, automated testing, screenshot generation, and browser automation tasks.