Skip to content

Releases: microsoft/playwright-mcp

v0.0.25

Choose a tag to compare

@pavelfeldman pavelfeldman released this 13 May 23:27
746c9fc

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

Choose a tag to compare

@pavelfeldman pavelfeldman released this 12 May 16:49
fea3f26

445170a chore: roll playwright 5/9 (#394)

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)

v0.0.22

Choose a tag to compare

@mxschmitt mxschmitt released this 07 May 10:49
b5be37e

c225524 fix: don't error on navigating to a download link (#328)
950d0d1 devops: fix Docker publishing (#369)

v0.0.21

Choose a tag to compare

@mxschmitt mxschmitt released this 07 May 09:30
cdeba45

35e6c49 devops: publish Docker image to :latest as well (#365)
e95b5b1 chore: get rid of connection factory (do not send binary to cursor) (#362)
23a2e5f devops: add Docker publishing (#356)
d01aa19 chore: annotate tools (#351)
8cd7d5a chore(docker): optimize Dockerfile by excluding unnecessary files and using non-root user (#273)
42faa3c feat: add --(allowed|blocked)-origins (#319)
4694d60 fix(config): allow specifying user data dir in config (#342)
7dc689e fix: installation tool on Windows (#345)
5df011a feat(cli): set outputDir via cli options (#338)

v0.0.20

Choose a tag to compare

@pavelfeldman pavelfeldman released this 03 May 04:31
d8a59e0

4997964 fix: require is not defined (#334)

v0.0.19

Choose a tag to compare

@pavelfeldman pavelfeldman released this 03 May 01:39
43aa400

927a128 chore: allow generating tests for script (#331)
292e75d chore: roll Playwright to remove empty generic nodes (#330)
2c9376e chore: don't sanitize file extension away (#327)
062cdd0 fix: sticky launch errors (#324)
a15f0f3 chore: save downloads to outputDir (#310)
685dea9 chore: migrate to ESM (#303)

v0.0.18

Choose a tag to compare

@pavelfeldman pavelfeldman released this 30 Apr 20:09
878be97

Bugfixes

v0.0.17

Choose a tag to compare

@mxschmitt mxschmitt released this 30 Apr 10:31
1b60870

1c760b3 fix: default to headful (#305)

v0.0.16

Choose a tag to compare

@pavelfeldman pavelfeldman released this 30 Apr 02:55
9efaea6

3f72fe5 chore: add support for --device (#300)
21d2f80 chore: store channel profiles separately (#297)
80c9b93 chore: allow configuring raw Playwright options (#287)
12e72a9 chore: allow configuring screenshot tool (#286)
697a69a chore: allow specifying output dir (#285)
26779ce chore: allow passing config file (#281)
23704ac chore: update docs on lint (#283)
b02370d chore: roll playwright to latest (#269)
bf7dbab feat: support streamable http transport (#243)
0ed0bcd feat(server): add host option to SSE server configuration (#261)

v0.0.15

Choose a tag to compare

@pavelfeldman pavelfeldman released this 22 Apr 23:35
586492a

f7e9bae chore: roll playwright to 1745357020000 (#249)
1bc3c76 feat(network): implement listing network requests (#247)