The following link shows how to pass login details to new window using Webbrowser control

https://stackoverflow.com/questions/...ndow-i-created

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)