Simon Knott
|
767af21e02
|
chore: fix Connection type (#517)
The external `Connection` type regressed in
https://github.com/microsoft/playwright-mcp/pull/490/files#diff-a6be0583428e46844273df76939f02077073da3075716fc57d291a5f2463eaf5,
where the `connect()` function was removed but not from the types. I've
changed the code so we import from there, similar to how we do it for
`config.d.ts`, so this shouldn't happen again.
|
2025-06-05 08:47:04 +02:00 |
|
Pavel Feldman
|
eec177d3ac
|
chore: reuse browser in server mode (#495)
|
2025-05-30 15:15:37 -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
|
26779ceb20
|
chore: allow passing config file (#281)
|
2025-04-28 15:04:59 -07:00 |
|
Pavel Feldman
|
e4331313f9
|
chore: update exported types (#192)
Fixes https://github.com/microsoft/playwright-mcp/issues/186
|
2025-04-15 16:39:52 -07:00 |
|
Pavel Feldman
|
abd56f514b
|
chore: introduce capabilities argument (#135)
|
2025-04-04 17:14:30 -07:00 |
|
Pavel Feldman
|
6ff4500211
|
chore: use persistent profile by default (#41)
Fixes https://github.com/microsoft/playwright-mcp/issues/29
|
2025-03-26 15:02:45 -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 |
|