v0.1.11

microsoft/playwright-cliv0.1.11May 1, 2026by yury-s

AI Summary

Fixes a critical page renderer crash issue and improves handling of null viewports in the annotation dashboard to prevent empty screenshots.

Key Highlights

  • Recover from page renderer crash
  • Handle null viewport in annotate screenshot

New Features

  • Renderer crash recovery
  • Null viewport handling

Full Release Notes

## Fixes

- **`fix(dashboard): handle null viewport in annotate screenshot`** — `playwright-cli annotate` against a headed browser launched with `viewport: null` produced an empty annotated screenshot; the dashboard now falls back to `window.innerWidth/innerHeight`. ([microsoft/playwright#40569](https://github.com/microsoft/playwright/pull/40569))