Migrating to Playwright v1.55.0
Version v1.55.0 introduces 1 breaking change. This guide details how to update your code.
Released: 8/20/2025
1
Breaking Changes
2
Migration Steps
1
Affected Symbols
⚠️ Check Your Code
If you use any of these symbols, you need to read this guide:
TestStepInfo.titlePathBreaking Changes
●Issue #1
Support for Chromium extension manifest v2 was dropped, causing extensions using manifest v2 to break. Update extensions to manifest v3.
Migration Steps
- 1Update any Chromium extensions to use manifest version 3 instead of version 2.
- 2If using the new TestStepInfo.titlePath property, adjust code to access it via testStepInfo.titlePath.
Release Summary
This release introduces the TestStepInfo.titlePath API, automatic toBeVisible() assertions in Codegen, and Debian 13 support, while dropping Chromium extension manifest v2 support.
Need More Details?
View the full release notes and all changes for Playwright v1.55.0.
View Full Changelog