Yury Semikhatsky
|
721d84f17a
|
fix(har): do not throw on -1 status code (#29371)
Fixes https://github.com/microsoft/playwright/issues/29311
|
2024-02-06 10:17:29 -08:00 |
|
Pavel Feldman
|
aff6cf3c83
|
chore: extract ws server util (#29247)
|
2024-01-30 14:36:51 -08:00 |
|
Yury Semikhatsky
|
f28ceffa37
|
feat: page.unrouteAll and context.unrouteAll (#28635)
Reference https://github.com/microsoft/playwright/issues/23781
|
2023-12-14 13:48:17 -08:00 |
|
Pavel Feldman
|
7de0ccd36e
|
chore: support await using for close() and dispose() (#27766)
This change assumes that the user has Node 18 with Symbol.dispose
available.
Fixes https://github.com/microsoft/playwright/issues/27141
|
2023-10-24 12:25:53 -07:00 |
|
Dmitry Gozman
|
ae05808f4b
|
chore: align js routing logic with other langs (#21010)
Mostly reverts #20353. This makes porting easier.
|
2023-02-18 11:41:24 -08:00 |
|
Dmitry Gozman
|
cab52cded9
|
chore: consolidate route handling logic in NetworkRouter (#20353)
References #19607.
|
2023-01-25 14:11:53 -08:00 |
|
Dmitry Gozman
|
4eccb89a79
|
chore: do not serialize buffers into base64 in local mode (#15316)
|
2022-07-05 08:58:34 -07:00 |
|
Pavel Feldman
|
9525bedc1f
|
feat(har): re-add routeFromHAR (#15024)
|
2022-06-21 22:12:37 -07:00 |
|
Dmitry Gozman
|
6af6fab84a
|
fix(har): internal redirect in renderer-initiated navigations (#15000)
fix(har): internal redirect in renderer-initiated navigations
|
2022-06-21 11:01:01 -07:00 |
|
Pavel Feldman
|
eb87966441
|
feat(har): disambiguate requests by post data (#14993)
|
2022-06-20 14:14:40 -07:00 |
|
Pavel Feldman
|
920f1d52fc
|
chore: allow routing by uncompressed har (#14987)
|
2022-06-20 11:07:53 -07:00 |
|
Pavel Feldman
|
e5372c3421
|
chore: move har router into local utils (#14967)
|
2022-06-18 20:24:55 -07:00 |
|
Yury Semikhatsky
|
ed6b14f0f4
|
fix(har): restart redirected navigation (#14939)
|
2022-06-17 21:17:30 -07:00 |
|
Pavel Feldman
|
030e7d211c
|
chore(har): allow replaying from zip har (#14962)
|
2022-06-17 16:11:22 -07:00 |
|
Yury Semikhatsky
|
79378dd1eb
|
fix: add pw:api logging to har router (#14903)
|
2022-06-16 07:48:57 -07:00 |
|
Yury Semikhatsky
|
c349c1d57f
|
feat: newContext.har (#14892)
Replaced {Page,BrowserContext}.(un)routeFromHar with browser.newContext.har.
|
2022-06-15 16:35:44 -07:00 |
|
Yury Semikhatsky
|
259c8d64a5
|
feat: Page.routeFromHar (#14870)
|
2022-06-15 08:41:46 -07:00 |
|