I have WinForms app under development and I have to embed a browser in one of the windows and intercept the responses with the WebSocket. Questions:
- PuppeterSharp is .NET Standard 2.0 library, but my project is based on .NET 4.8. So, is it possible at all to use it?
- I am targeting Win10 and Win11 that has Edge browser. Will it impact this in any way?
- Is there PuppeterSharp control that I simply drag to the window in VS2022?
- Is there any example of CDP Session in C# that shows how to intercept response on WebSocket?
The reason I am not considering WebView2 is because it is in preview and not recommended by MS for production code.