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/649 ... n-webview2
How can I call this method from our TWebView class?Just call the method OpenDevToolsWindow() of the ICoreWebView2 Interface.
Thanks.