chore: mark v0.0.77#1667
Merged
Merged
Conversation
PM-Labs
pushed a commit
to pmlabs-org/mcp-playwright
that referenced
this pull request
Jul 9, 2026
## What's New ### Tool Improvements - **`browser_take_screenshot` — `scale` option** — Choose between CSS-pixel screenshots (smaller, device-consistent) and device-pixel screenshots (high resolution) ([#41465](microsoft/playwright#41465)) - **Configurable heartbeat timeout** — The heartbeat ping timeout is now configurable ([#41391](microsoft/playwright#41391)) ## Bug Fixes - Redact secrets in console log artifacts ([#41515](microsoft/playwright#41515)) - Never include `data:` URL payloads in snapshot or network output ([#41450](microsoft/playwright#41450)) - List a failed network request only once ([#41481](microsoft/playwright#41481)) - Wait for the next pause or context closure in `browser_resume` ([#41293](microsoft/playwright#41293)) - Pass the action timeout to `browser_wait_for` waitFor calls ([#41270](microsoft/playwright#41270)) - Check the tracing state before stopping in `browser_stop_tracing` ([#41040](microsoft/playwright#41040)) - Assign caps as an array for the legacy `--vision` flag ([#41253](microsoft/playwright#41253)) - Use optional chaining for the nullable browser on disposal ([#41237](microsoft/playwright#41237)) - Add a missing `.catch()` on the sessionLog write queue ([#41234](microsoft/playwright#41234))
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.
What's New
Tool Improvements
browser_take_screenshot—scaleoption — Choose between CSS-pixel screenshots (smaller, device-consistent) and device-pixel screenshots (high resolution) (#41465)Bug Fixes
data:URL payloads in snapshot or network output (#41450)browser_resume(#41293)browser_wait_forwaitFor calls (#41270)browser_stop_tracing(#41040)--visionflag (#41253).catch()on the sessionLog write queue (#41234)