v0.1.13

microsoft/playwright-cliv0.1.13May 7, 2026by yury-s

AI Summary

Focuses on fixing browser-level CDP commands within the Chrome extension mode, allowing tools like `cookie-list` and `state-save` to function correctly when attached via the extension.

Key Highlights

  • Browser-level CDP commands now work in extension mode

New Features

  • Browser-scoped command support in extension mode

Full Release Notes

## Fixes

- `fix(mcp): forward browser-level CDP commands in extension mode` — `cookie-list`, `state-save`, and other browser-scoped commands now work when attached via the Chrome extension. ([microsoft/playwright#40706](https://github.com/microsoft/playwright/pull/40706))