I need to open devtoolswindows from application. The web page I am working on is not mine and it closed the access to devtoolswindow from the right button menu.
I have found this link. https://stackoverflow.com/questions/64981617/how-to-open-devtools-from-code-in-webview2
Just call the method OpenDevToolsWindow() of the ICoreWebView2 Interface.
How can I call this method from our TWebView class?
Thanks.