microsoft / playwright-dotnet

.NET version of the Playwright testing and automation library.
https://playwright.dev/dotnet/
MIT License
2.46k stars 233 forks source link

chore: dispose APIRequestContext on BrowserContext close #2968

Closed mxschmitt closed 2 months ago

mxschmitt commented 2 months ago

This ports the missing two patches:

Fixes https://github.com/microsoft/playwright-dotnet/issues/2941