release notes
release notes
Published 1/23/2026
MinorContains breaking changesWe are adding a new token-efficient CLI mode of operation to Playwright with the skills located at playwright-cli. This brings the long-awaited official SKILL-focused CLI mode to our story and makes it more coding agent-friendly.
It is the first snapshot with the essential command set (which is already larger than the original MCP!), but we expect it to grow rapidly. Unlike the token use, that one we expect to go down since snapshots are no longer forced into the LLM!
If you're using merged reports, the HTML report Speedboard tab now shows the Timeline:

Thanks to @cpAdm for contributing these improvements!
browserType.connectOverCDP() now accepts an isLocal option. When set to true, it tells Playwright that it runs on the same host as the CDP server, enabling file system optimizations.
_react and _vue selectors. See locators guide for alternatives.:light selector engine suffix. Use standard CSS selectors instead.devtools from browserType.launch() has been removed. Use args: ['--auto-open-devtools-for-tabs'] instead.This version was also tested against the following stable channels:
release notes
Published 1/23/2026
MinorContains breaking changesWe are adding a new token-efficient CLI mode of operation to Playwright with the skills located at playwright-cli. This brings the long-awaited official SKILL-focused CLI mode to our story and makes it more coding agent-friendly.
It is the first snapshot with the essential command set (which is already larger than the original MCP!), but we expect it to grow rapidly. Unlike the token use, that one we expect to go down since snapshots are no longer forced into the LLM!
If you're using merged reports, the HTML report Speedboard tab now shows the Timeline:

Thanks to @cpAdm for contributing these improvements!
browserType.connectOverCDP() now accepts an isLocal option. When set to true, it tells Playwright that it runs on the same host as the CDP server, enabling file system optimizations.
_react and _vue selectors. See locators guide for alternatives.:light selector engine suffix. Use standard CSS selectors instead.devtools from browserType.launch() has been removed. Use args: ['--auto-open-devtools-for-tabs'] instead.This version was also tested against the following stable channels:
Playwright is a framework for Web Testing and Automation. It allows testing Chromium, Firefox and WebKit with a single API.