Pavel Feldman
c506027aec
chore: run w/ sandbox by default ( #412 )
2025-05-13 15:30:02 -07:00
Pavel Feldman
7be0c8872e
feat(args): allow configuring proxy, UA, viewport, https errors ( #410 )
2025-05-13 14:40:03 -07:00
Pavel Feldman
ce72367208
feat(storage): allow passing storage state for isolated contexts ( #409 )
...
Fixes https://github.com/microsoft/playwright-mcp/issues/403
Ref https://github.com/microsoft/playwright-mcp/issues/367
2025-05-13 13:14:04 -07:00
Pavel Feldman
949f956378
feat(ephemeral): allow for non-persistent context operation ( #405 )
...
Ref: https://github.com/microsoft/playwright-mcp/issues/367
Ref: https://github.com/microsoft/playwright-mcp/issues/393
2025-05-12 18:18:53 -07:00
Pavel Feldman
a1eee8351e
chore: collapse readme ( #404 )
2025-05-12 16:42:47 -07:00
Taiga Mikami
65a229c79f
Fix import in README from createServer to createConnection ( #396 )
...
Probably, `createServer` is not from `@playwright/mcp`.
2025-05-12 08:46:21 -07:00
Pavel Feldman
c28b480b51
feat(wait): allow waiting for given text ( #390 )
...
Fixes https://github.com/microsoft/playwright-mcp/issues/389
2025-05-09 15:35:28 -07:00
Max Schmitt
65716b60dd
fix: createConnection() via public API ( #384 )
...
Fixes https://github.com/microsoft/playwright-mcp/issues/382
2025-05-09 21:50:38 +02:00
Max Schmitt
75f74a54bc
docs: reference to new Docker image ( #380 )
2025-05-09 21:01:10 +02:00
おがどら
85c85bd2fb
chore: support custom filename in screenshot function ( #349 )
2025-05-08 11:04:18 -07:00
Pavel Feldman
e95b5b1dd6
chore: get rid of connection factory ( #362 )
...
Drive-by User-Agent sniffing and disabling of image type in Cursor.
2025-05-06 14:27:28 -07:00
Pavel Feldman
d01aa19ffa
chore: annotate tools ( #351 )
...
Fixes https://github.com/microsoft/playwright-mcp/issues/215
2025-05-05 17:38:22 -07:00
Ross Wollman
42faa3ccf8
feat: add --(allowed|blocked)-origins ( #319 )
...
Useful to limit the agent when using the playwright-mcp server with an
agent in auto-invocation mode.
Not intended to be a security feature.
2025-05-05 11:28:14 -07:00
おがどら
5df011ad4b
feat(cli): set outputDir
via cli options ( #338 )
2025-05-03 20:11:17 -07:00
Pavel Feldman
927a1280f1
chore: allow generating tests for script ( #331 )
2025-05-02 17:41:58 -07:00
Pavel Feldman
3f72fe53ec
chore: add support for device ( #300 )
...
Fixes https://github.com/microsoft/playwright-mcp/issues/294
2025-04-29 19:51:00 -07:00
Pavel Feldman
40d125f0bb
docs: document configuration file ( #299 )
2025-04-29 15:29:56 -07:00
Pavel Feldman
21d2f80fef
chore: store channel profiles separately ( #297 )
2025-04-29 13:34:56 -07:00
zwmmm
ad4147da54
docs: Fix the default path to User data directory ( #290 )
...
Fix the default path to User data directory
2025-04-29 08:53:30 -07:00
Zheng Xi Zhou
7256ee3701
docs(readme): Fix syntax error and improve formatting ( #263 )
...
The commit fixes a syntax error in the `npx` command by removing
an extra backtick. It also improves the formatting by adding line
breaks before code blocks to enhance readability.
2025-04-24 10:30:35 +02:00
Zheng Xi Zhou
0ed0bcd914
feat(server): add host option to SSE server configuration ( #261 )
2025-04-23 23:04:00 -07:00
Pavel Feldman
cd5aa344f1
docs: push docker doc down the readme ( #236 )
2025-04-21 17:31:18 -07:00
Cody Rigney
dc955c73a3
Add Docker support ( #220 )
2025-04-21 17:26:50 -07:00
Rui Figueira
d4f8f87b03
docs: fix "programmatic usage with custom transports" code snippet ( #235 )
...
Fixes : #230
2025-04-21 15:09:58 -07:00
Max Schmitt
0c3792d231
chore: auto update tools in README ( #219 )
...
Motivation: Keeping the readme up to date is a manual effort - this
keeps it automatically up to date and prevents things like
https://github.com/microsoft/playwright-mcp/pull/214 and other
consistency errors in the future.
2025-04-21 20:22:57 +02:00
Pavel Feldman
7695717546
docs: provide missing docs ( #214 )
2025-04-17 14:49:22 -07:00
Pavel Feldman
5c2e11017d
chore: convert console resource to tool ( #193 )
2025-04-15 18:01:59 -07:00
Paul Irish
b8ff009b0a
chore: add back stable vscode install button ( #145 )
2025-04-07 14:18:01 -07:00
Yoshiki Nakagawa
42167878fb
chore: Update README.md ( #140 )
...
Remove old documents
2025-04-07 08:54:05 +02:00
Pavel Feldman
abd56f514b
chore: introduce capabilities argument ( #135 )
2025-04-04 17:14:30 -07:00
Pavel Feldman
707ebbf4d4
chore: group tools, prepare for capabilities ( #134 )
2025-04-04 15:22:00 -07:00
Pavel Feldman
4f16786432
chore: merge browser and channel settings ( #100 )
2025-04-01 10:26:48 -07:00
Yoshiki Nakagawa
aeb4cf65e9
Fixed typo in README.md ( #88 )
2025-03-31 09:33:38 +01:00
Simon Knott
5e200405e5
feat: browser_choose_file ( #52 )
...
Resolves https://github.com/microsoft/playwright-mcp/issues/31 .
Prompt used for testing:
```
upload test.txt to dropbox
```
This won't work for asynchronously opened filechoosers, but let's start
with the synchronous variant. I also tested with including the file
chooser open state in the snapshot, but that didn't give better results.
I also tested with OneDrive and WeTransfer, but somehow our ARIA
snapshots for those pages are missing some elements that are crucial to
locate the upload buttons.
2025-03-27 20:49:57 +01:00
Simon Knott
f547f6dd21
feat: sse transport ( #57 )
2025-03-27 10:23:30 -07:00
Pavel Feldman
d4bc2c78d2
chore: allow taking pixel screenshots in snapshot mode ( #44 )
...
Ref: https://github.com/microsoft/playwright-mcp/issues/39
2025-03-27 07:27:34 -07:00
Pavel Feldman
3ca4c9851d
chore: document user-data-dir
2025-03-26 16:03:46 -07:00
Connor Peet
7a87e160ad
docs: add VS Code install buttons ( #42 )
2025-03-26 15:37:51 -07:00
ryo kishida
9f93af3a81
feat(tool): add locator.selectOption()
action ( #25 )
...
Implemented `locator.selectOption`
2025-03-25 21:53:56 -07:00
Pavel Feldman
8f3214a06a
chore: export server for custom transports ( #20 )
...
Fixes https://github.com/microsoft/playwright-mcp/issues/11
2025-03-25 14:46:39 -07:00
Simon Knott
f98d5d2e31
make it two codeframes for easy copying
2025-03-25 18:46:19 +01:00
Simon Knott
fc9194a16e
github doesn't like the links
2025-03-25 18:40:46 +01:00
Simon Knott
4898602f1c
use <img> tag
2025-03-25 18:39:03 +01:00
Harald Kirschner
1c360ec454
Add VS Code installation links ( #17 )
...
First take on formatting install steps, please review and improve as
needed.
---------
Co-authored-by: Simon Knott <info@simonknott.de>
2025-03-25 18:36:16 +01:00
Yury Semikhatsky
eacb805682
docs: remove trailing , from .json config
...
Otherwise it's highlighted as syntax error.
2025-03-24 11:36:28 -07:00
Pavel Feldman
dc7a449e8a
chore: add @latest to the recommended version in config
2025-03-21 13:33:24 -07:00
Pavel Feldman
179739e36c
chore: remove empty requirements section
2025-03-21 13:22:52 -07:00
Pavel Feldman
f9e5abb631
chore: update readme, add workflow
2025-03-21 13:17:47 -07:00
Pavel Feldman
852709c026
chore: initial code commit
2025-03-21 11:13:24 -07:00
microsoft-github-operations[bot]
b1d5410a1b
README.md: Setup instructions
2025-03-21 17:48:42 +00:00