WebView2 control not return Bing AI tool (COPILOT) output in windows form c#

61 views Asked by At

I want to save the output of the Bing AI tool (COPILOT) through the WebView2 control in a Windows application (C#).

enter image description here

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?

0

There are 0 answers