microsoft / playwright-dotnet

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

[Feature] Add port forwarding support in dotnet client #1950

Closed puagarwa closed 2 years ago

puagarwa commented 2 years ago

Let us know what functionality you'd like to see in Playwright and what your use case is. JS/TS playwright has recently introduced port forwarding using socks proxy, but its not yet integrated it in dotnet client. if we could include those changes in dotnet client, it will be great for dotnet developers. https://github.com/microsoft/playwright/pull/8315/files

Do you think others might benefit from this as well? yes, it could help other dotnet developers.

mxschmitt commented 2 years ago

This is an experimental feature which was not yet released to the public. Such experimental features are not ported to language bindings until they reach stable. Closing for now and we can re-consider once it's an announced feature.

dgozman commented 2 years ago

Tentatively assigning to 1.19.

mxschmitt commented 2 years ago

Closing for now since it seems done via launchServer.