jchv/go-webview2

How Use Chrome Dev Protocol

wyk930826 opened this issue · 1 comments

Can you webview2 to show how to use the API call functions in the devtools?
How to get up and down in the websocket data in the current site?
Or you can contact me。 I am willing to pay a little reward。
Thank you

jchv commented

Chrome Dev Tools protocol is not currently supported. I think it would be possible to add support for it.

For future reference, we can implement this by implementing calls to ICoreWebView2::CallDevToolsProtocolMethod.