← All stories
● Covered by 1 source · 1 reportMedium impact

Puppeteer Version 23 Adds Official Support for Firefox

New to BrevFeed? We gather this story from every outlet covering it into one summary — ranked by real-world impact, not just the latest headline — so you never miss what matters. What is BrevFeed? →

Key points

  • Puppeteer now supports Firefox in version 23.
  • Automation can be performed on both Chrome and Firefox.
  • Utilizes the WebDriver BiDi protocol for cross-browser testing.

Introduction to Puppeteer Firefox Support

Puppeteer has added official support for Firefox as of version 23. Users can now seamlessly write automation scripts for both Chrome and Firefox, improving the flexibility of the library for developers.

Getting Started with Puppeteer and Firefox

To utilize Puppeteer with Firefox, users need to simply specify 'firefox' in the launch options, enabling easy browser switching in scripts. The library automatically downloads and runs the latest stable version of Firefox, ensuring a consistent experience.

Technical Underpinnings: WebDriver BiDi Protocol

The Firefox support in Puppeteer is built upon the WebDriver BiDi protocol, which is designed for cross-browser automation and is currently being standardized by W3C. This new approach is expected to facilitate the inclusion of additional browsers in the future.

Collaboration for Browser Automation Improvements

The update showcases collaborative efforts from the Puppeteer team and the W3C Browser Testing and Tools Working Group. Their work has made substantial advancements in developing a standardized browser automation protocol, paving the way for enhanced cross-browser support.

✨ This summary was generated by AI from the outlets' reporting listed below. It is not independently verified and may contain errors — check the original sources. How BrevFeed works →

The daily brief

One email each morning: the day's tech stories, clustered across outlets and summarized. No account needed.

One email a day. Unsubscribe in one click, any time.

Today's brief

Spend a few minutes, get the whole day. Every topic's top stories in one hands-free rundown — listen, watch, or read the transcript.

~7 min · 6 stories · Aug 24

▶ Play today's brief Listen on Spotify

New every morning, and the back catalogue is archived by date.

Reporting from

Puppeteer version 23 introduces first-class support for Firefox, allowing users to run automation tests on both Chrome and Firefox. This integration is based on the WebDriver BiDi protocol, enhancing cross-browser compatibility and user experience.