Skip to content

chore: mark v0.0.78#1675

Merged
yury-s merged 2 commits into
microsoft:mainfrom
yury-s:mark-v0.0.78
Jul 9, 2026
Merged

chore: mark v0.0.78#1675
yury-s merged 2 commits into
microsoft:mainfrom
yury-s:mark-v0.0.78

Conversation

@yury-s

@yury-s yury-s commented Jul 9, 2026

Copy link
Copy Markdown
Member

What's New

New Tools

  • browser_find — Search the accessibility snapshot of the current page for text or a regular expression. Returns matching snapshot nodes with a few lines of surrounding context (like search snippets), which is cheaper than capturing the whole snapshot when you only need to locate an element and its ref (#41605, #41654)

Tool Improvements

  • Less verbose snapshots — Accessibility snapshots are distilled to reduce noise and token usage (#41604)
  • Mobile & device emulation — New --mobile flag and --device option to emulate mobile devices from the CLI (#41657)
  • Navigation statusbrowser_navigate now surfaces non-2xx navigation status codes (#41589)

Bug Fixes

  • browser_navigate no longer crashes the response when navigation closes the last tab (e.g. privileged pages like chrome://) (#41675)
  • Await page initialization before taking a screenshot immediately after opening (#41646)
  • Enable the chromium sandbox for the default browser (#41652)
  • Preserve the configured output directory for additional tab videos (#41680)
  • Always pass noDefaults for CDP connections so attaching no longer applies unwanted default context options (#41676)
  • Close the isolated HTTP client context on disconnect (#41560)
  • Wait for the client event stream before sending server→client requests (#41559)

@yury-s
yury-s merged commit 7d36e7c into microsoft:main Jul 9, 2026
6 checks passed
PM-Labs pushed a commit to pmlabs-org/mcp-playwright that referenced this pull request Jul 15, 2026
## What's New

### New Tools

- **`browser_find`** — Search the accessibility snapshot of the current
page for text or a regular expression. Returns matching snapshot nodes
with a few lines of surrounding context (like search snippets), which is
cheaper than capturing the whole snapshot when you only need to locate
an element and its ref
([#41605](microsoft/playwright#41605),
[#41654](microsoft/playwright#41654))

### Tool Improvements

- **Less verbose snapshots** — Accessibility snapshots are distilled to
reduce noise and token usage
([#41604](microsoft/playwright#41604))
- **Mobile & device emulation** — New `--mobile` flag and `--device`
option to emulate mobile devices from the CLI
([#41657](microsoft/playwright#41657))
- **Navigation status** — `browser_navigate` now surfaces non-2xx
navigation status codes
([#41589](microsoft/playwright#41589))

## Bug Fixes

- Enable the chromium sandbox for the default browser
([#41652](microsoft/playwright#41652))
- Close the isolated HTTP client context on disconnect
([#41560](microsoft/playwright#41560))
- Wait for the client event stream before sending server→client requests
([#41559](microsoft/playwright#41559))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant