- Added UI enhancements (time‑range zoom, redesigned network panel) and new APIs: browserContext.on('weberror'), locator.pressSequentially(), and reporter.onEnd now provides startTime and total duration.
- Deprecated page.type(), frame.type(), locator.type() and elementHandle.type() in favor of the faster locator.fill() method.
- Breaking change: Playwright no longer auto‑downloads browsers on npm install; users must run npx playwright install or add @playwright/browser packages manually.