Passing login details to new window using Webbrowser control Is there a way to implement this functionality in WebView2?
I have tried the option of navigating popup url to 2nd webview2 control with e.handled = true combination but this code is not working when 2nd website navigated from popup window takes login details from main website automatically(which cannot be passed while navigating through code)