puppeteer-core-v25.10.0
puppeteer-core: v25.10.0
Added 1
- Implement video-stream-based screen recording via page.record()
Changed 4
- Roll to Firefox 155.0
- Roll to Chrome 152.0.7977.64
- Roll to Chrome 152.0.7977.75
- Roll to Firefox 154.0.1
Fixed 3
- Detect a websocket connection that died without a close
- Distinguish an unwritable userDataDir from a running browser
- Do not miss the first screencast frame while startScreencast is in flight
From Puppeteer
25.10.0 (2026-09-03)
🎉 Features
- implement video-stream-based screen recording via page.record() (#15387) (f6d5e28)
- roll to Firefox 155.0 (#15408) (ed544f7)
🛠️ Fixes
- detect a websocket connection that died without a close (#15406) (8c3576b)
- distinguish an unwritable userDataDir from a running browser (#15405) (b464f6d)
- do not miss the first screencast frame while startScreencast is in flight (#15389) (1969426)
- roll to Chrome 152.0.7977.64 (#15395) (974e536)
- roll to Chrome 152.0.7977.75 (#15409) (89f3f18)
- roll to Firefox 154.0.1 (#15397) (8ac76fd)
Dependencies
- The following workspace dependencies were updated
- dependencies
- @puppeteer/browsers bumped from 3.2.1 to 3.2.2
- dependencies