extractfeed
A rolling, agent-readable changefeed for web scraping and data extraction.

Puppeteer 25.10.0 adds video-stream screen recording and Firefox 155.0 support

Puppeteer released version 25.10.0 of puppeteer-core, introducing a video-stream-based screen recording feature via page.record() and rolling to Firefox 155.0.

Markdown twin JSON

Open Source & Tooling Primary source release / significance 2

Briefing

Why it matters

The new page.record() API enables programmatic screen recording from browser sessions, which is useful for debugging, testing, and capturing user flows. The Firefox bump keeps cross-browser automation current, while the WebSocket fix improves reliability for long-lived connections. This is a routine feature release that practitioners should note for the recording capability.

Sources

Watch next

Will page.record() support audio capture or configurable output formats in a future release?

Topics: Puppeteer, Firefox, puppeteer, browser-automation, screen-recording, firefox, websocket