Releases: microsoft/playwright-mcp
Releases · microsoft/playwright-mcp
v0.0.32
- 2bf57e2 chore: do not snapshot on fill (#767) - // speed up form filling
- a9b9fb8 chore: ping streaming HTTP client and disconnect on connection termination (#764)
- da8a244 chore: one tool experiment (#746) - // experimental encapsulate action in subagent loops
- b1a0f77 chore: save session log (#740) - // experimental log trajectory extensively via CLI --save-session
- 468c84e chore: move page state to tab, do not cache snapshot (#730) - // modal states are local to tabs now
- eeeab4f fix: browser_take_screenshot to not require snapshot unless element is specified (#725)
- 29711d0 chore: use streamable http by default (#716) - // /mcp is now recommended by default
- 1eee30f feat: add fullPage mode to browser_take_screenshot (#704)
- 29ac29e fix: no-sandbox flag logic to only disable sandbox when explicitly passed (#709)
v0.0.31
What's new
- 🔥 browser_evaluate tool was added. Evaluate on element to read styles, attributes or globally to run code 012c906
- 💻 Recent console logs are included in the tool results. Agents no longer need to poll for console messages 5bfff0a
- 💻 Page errors are included in console messages a5a57df
- 🏷️ Right click for your userland context menus c97bc6e
- 🖱️ (x,y) - based mouse actions available as opt-in (run mcp server with
--caps=vision
argument) d61aa16
Misc
- 9545473 chore: remove image reply special case in cursor
- 3061d9a chore: resolve dialog races
- da818d1 chore: make tab indexes 0-based
- fe0c0ff chore: mirror cli options w/ env vars
Breaking
- 825a97d chore: remove generate_test tool for now - We received mixed feedback on the tool, manually prompting to generate tests after actions is still the best practice
- d61aa16
--vision
mode has been deprecated and turned into--caps=vision
capability - d61aa16
browser_pdf_save
has been moved into a separate capability, run mcp server with--caps=pdf
argument.
v0.0.30
v0.0.29
v0.0.28
v0.0.27
v.0.0.26
v0.0.25
c506027 chore: run w/ sandbox by default, --no-sandbox to opt out (#412)
7be0c88 feat(args): allow configuring proxy, UA, viewport, https errors via args (#410)
ce72367 feat(storage): allow passing storage state for isolated contexts (#409)
949f956 feat(ephemeral): allow for non-persistent isolated context operation (#405)
v0.0.24
445170a chore: roll playwright 5/9 (#394)
- a6b4b222e chore: upstream the frame tree snapshot #35917
- 3196aff32 chore: experiment with stable aria refs #35900
- 263453a7b chore: relax the visibility test for ai snapshots #35898)
- f89d0ae87 chore: make refs & emitGeneric private for mcp #35888)
c28b480 feat(wait): allow waiting for given text (#390)
57b3c14 chore: only reset network log upon explicit navigation (#377)
85c85bd chore: support custom filename in screenshot function (#349)
dd5b41f chore: account for undefined arguments (#400)