chore: mark v0.1.15#432
Merged
Merged
Conversation
yury-s
approved these changes
Jun 29, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Highlights
playwright-cli screenshot --hirescaptures at the device's full pixel ratio instead of downscaling to CSS pixels. (microsoft/playwright#41465)Heads up
@playwright/cliis available on npm. (#426)playwright-cli install --skillsto update. (#427)Fixes
fix(mcp): pass action timeout to browser_wait_for waitFor calls—wait_fornow honors the configured action timeout instead of waiting indefinitely. (microsoft/playwright#41270)fix(mcp): wait for next pause or context closure in browser_resume— resuming a paused session settles reliably. (microsoft/playwright#41293)fix(mcp): assign caps as array for legacy --vision flag— the legacy--visionflag works again. (microsoft/playwright#41253)fix(mcp): never include data: URL payloads in snapshot or network output— largedata:URLs no longer flood snapshot and network output. (microsoft/playwright#41450)fix(mcp): list a failed network request only once— failed requests are no longer duplicated in network output. (microsoft/playwright#41481)fix(mcp): check tracing state before stopping in browser_stop_tracing— stopping tracing when it is not running no longer errors. (microsoft/playwright#41040)fix(mcp): add missing .catch() on sessionLog write queue— a failed session-log write no longer crashes the session. (microsoft/playwright#41234)fix(tracing): add missing error handlers to createWriteStream pipes— trace write errors are handled instead of crashing. (microsoft/playwright#41227)fix(tracing): copy WebSocket message files before zipping— WebSocket frames are no longer dropped from saved traces. (microsoft/playwright#41382)fix(tracing): stop recording websocket frames outside of chunks— avoids corrupt WebSocket data in traces. (microsoft/playwright#41398)chore: PLAYWRIGHT_TRACING_NO_WEBSOCKET_FRAMES and PLAYWRIGHT_HAR_NO_WEBSOCKET_FRAMES— new env vars to disable recording WebSocket frames in traces and HARs. (microsoft/playwright#41295)Upgrading