Yury Semikhatsky
29e532687c
chore: mark v0.0.41 ( #1099 )
2025-10-01 15:54:05 -07:00
Yury Semikhatsky
d149b89889
chore: roll to 1.56.0-alpha-2025-10-01 ( #1098 )
2025-10-01 14:55:17 -07:00
Pavel Feldman
a86b580797
chore: mark v0.0.40 ( #1079 )
2025-09-24 17:08:20 -07:00
Pavel Feldman
927e570c18
chore: roll Playwright to latest ( #1078 )
2025-09-24 17:07:37 -07:00
Pavel Feldman
08bd91d119
chore: mark v0.0.39 ( #1059 )
2025-09-19 07:55:26 -07:00
Pavel Feldman
ef83729796
chore: roll Playwright to latest ( #1060 )
2025-09-19 07:55:12 -07:00
Pavel Feldman
a70854c02f
chore: roll Playwright to latest ( #1056 )
2025-09-18 16:39:32 -07:00
Pavel Feldman
d42e0e12fc
chore: mark v0.0.38 ( #1049 )
2025-09-17 09:42:45 -07:00
Pavel Feldman
335315f158
chore: roll Playwright to latest ( #1050 )
2025-09-17 09:38:19 -07:00
Yury Semikhatsky
dc3419023f
chore: roll playwright to 1.56.0-alpha-2025-09-10 ( #1027 )
2025-09-10 10:16:40 -07:00
Pavel Feldman
78795fc7c7
chore: mark v0.0.37 ( #1010 )
2025-09-06 13:04:30 -07:00
Pavel Feldman
e4b545c438
chore: roll Playwright to latest ( #1009 )
2025-09-06 10:42:37 -07:00
Pavel Feldman
3d6a66fd08
chore: roll to the latest Playwright ( #1003 )
2025-09-05 12:31:08 -07:00
Pavel Feldman
c58b2a93da
chore: use mcp implementation in Playwright ( #992 )
2025-09-04 06:40:19 -07:00
Pavel Feldman
8d86ce4958
chore: use mcp sdk via playwright ( #973 )
2025-09-03 07:58:36 -07:00
Pavel Feldman
e8e2af40b7
chore: mark v0.0.36 ( #972 )
2025-08-31 11:26:29 -07:00
Pavel Feldman
b176111891
chore: roll Playwright to latest ( #971 )
2025-08-29 18:25:21 -07:00
Pavel Feldman
22043cb3ef
chore: mark v0.0.35 ( #938 )
2025-08-23 15:34:49 -07:00
Yury Semikhatsky
d5d810f896
chore: mark 0.0.34 ( #901 )
2025-08-15 17:38:58 -07:00
Pavel Feldman
2f41a3f6b1
chore: roll Playwright to latest ( #875 )
2025-08-12 13:30:32 -07:00
Pavel Feldman
d3bf2eefc6
chore: mark 0.0.33 ( #851 )
2025-08-08 17:22:18 -07:00
Pavel Feldman
2ca899316d
chore: roll Playwright to recent ( #850 )
2025-08-08 09:37:07 -07:00
Pavel Feldman
f600234897
chore: record user actions in the session log ( #798 )
2025-07-30 18:26:13 -07:00
Pavel Feldman
4df162aff5
chore: parse response in tests ( #796 )
2025-07-30 12:47:22 -07:00
Yury Semikhatsky
903c857f19
chore(extension): use separate package.json ( #778 )
2025-07-28 17:16:08 -07:00
Yury Semikhatsky
9b5f97b076
chore(extension): use react for connect dialog ( #777 )
2025-07-28 15:23:33 -07:00
Pavel Feldman
04988d8fac
chore: mark v0.0.32 ( #768 )
2025-07-25 16:40:31 -07:00
Pavel Feldman
e0fb748ccc
chore: wire one tool in-process ( #753 )
2025-07-24 15:25:32 -07:00
Pavel Feldman
2c5eac89a8
chore: add eval script ( #743 )
2025-07-23 10:31:37 -07:00
Pavel Feldman
29711d07d3
chore: use streamable http by default ( #716 )
...
Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com >
2025-07-18 18:31:00 -07:00
Pavel Feldman
64f950ae42
chore: mark v0.0.31 ( #691 )
2025-07-17 16:04:21 -07:00
Pavel Feldman
012c906500
chore: introduce browser_evaluate ( #678 )
...
Fixes https://github.com/microsoft/playwright-mcp/issues/424
2025-07-16 15:02:47 -07:00
Pavel Feldman
be8adb1866
chore: migrate to locator._resolveSelector ( #670 )
2025-07-15 14:50:33 -07:00
Pavel Feldman
c5a2324aaf
chore: mark v0.0.30 ( #666 )
2025-07-14 10:53:12 -07:00
Pavel Feldman
7fca8f50f8
chore: roll Playwright to 1.54.1 ( #665 )
2025-07-14 09:51:14 -07:00
Simon Knott
841bb417d1
chore: update to 1.54.0 ( #653 )
...
Closes https://github.com/microsoft/playwright-mcp/issues/535
2025-07-14 09:53:33 +02:00
Max Schmitt
6c3f3b6576
feat: add MCP Chrome extension ( #325 )
...
Instructions:
1. `git clone https://github.com/mxschmitt/playwright-mcp && git
checkout extension-drafft`
2. `npm ci && npm run build`
3. `chrome://extensions` in your normal Chrome, "load unpacked" and
select the extension folder.
4. `node cli.js --port=4242 --extension` - The URL it prints at the end
you can put into the extension popup.
5.
Put either this into Claude Desktop (it does not support SSE yet hence
wrapping it or just put the URL into Cursor/VSCode)
```json
{
"mcpServers": {
"playwright": {
"command": "bash",
"args": [
"-c",
"source $HOME/.nvm/nvm.sh && nvm use --silent 22 && npx supergateway --streamableHttp http://127.0.0.1:4242/mcp "
]
}
}
}
```
Things like `Take a snapshot of my browser.` should now work in your
Prompt Chat.
----
- SSE only for now, since we already have a http server with a port
there
- Upstream "page tests" can be executed over this CDP relay via
https://github.com/microsoft/playwright/pull/36286
- Limitations for now are everything what happens outside of the tab its
session is shared with -> `window.open` / `target=_blank`.
---------
Co-authored-by: Yury Semikhatsky <yurys@chromium.org >
2025-06-13 13:15:17 -07:00
Dmitry Gozman
0df6d7a441
chore: roll playwright to Jun 10th, v1.53 ( #542 )
...
Co-authored-by: Simon Knott <simonknott@microsoft.com >
2025-06-11 15:53:14 +01:00
Dmitry Gozman
4ea7041ba9
chore: mark v0.0.29 ( #541 )
2025-06-11 12:00:52 +01:00
Pavel Feldman
0fb9646c4d
chore: experimental agent mode ( #516 )
2025-06-04 09:14:50 -07:00
Pavel Feldman
675b083db3
chore: mark v0.0.28 ( #503 )
2025-06-01 14:30:42 -07:00
Pavel Feldman
eec177d3ac
chore: reuse browser in server mode ( #495 )
2025-05-30 15:15:37 -07:00
Pavel Feldman
177b008328
chore: mark v0.0.27 ( #470 )
2025-05-27 16:47:54 -07:00
Pavel Feldman
9429463951
chore: roll Playwright to 5/27 ( #485 )
2025-05-27 16:47:22 -07:00
Pavel Feldman
f20ae22ec6
chore: roll Playwright, remove localOutputDir ( #471 )
2025-05-24 11:44:57 -07:00
Pavel Feldman
c318f13895
chore: mark v0.0.26 ( #441 )
2025-05-17 08:20:37 -07:00
Pavel Feldman
746c9fc124
chore: mark v0.0.25 ( #414 )
2025-05-13 16:24:04 -07:00
Pavel Feldman
fea3f26e85
chore: mark v0.0.24 ( #401 )
2025-05-12 09:40:59 -07:00
Pavel Feldman
05dc5d915b
chore: mark v0.0.23 ( #399 )
2025-05-12 09:13:48 -07:00
Pavel Feldman
445170a76b
chore: roll playwright 5/9 ( #394 )
2025-05-09 18:01:17 -07:00