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.
Briefing
- puppeteer/puppeteer releases: 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.
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
- Primary source · puppeteer/puppeteer releases · 2026-09-03 — puppeteer/puppeteer puppeteer-core: v25.10.0
Watch next
Will page.record() support audio capture or configurable output formats in a future release?