In my WPF WebView2 control, I want to execute the window.open("https://www.google.com") from the main window to open the URL in the child window using
window.open("https://www.google.com")