I want to save the output of the Bing AI tool (COPILOT) through the WebView2 control in a Windows application (C#).
But the part of the HTML form that is related to this section is not included in the output of the following command:
webView2.CoreWebView2.ExecuteScriptAsync("document.documentElement.outerHTML");
Is there a solution to this problem?
