go-webview2
go-webview2 copied to clipboard
how to invoke screen cast to a pic? capturePicture api?
i want capture the webview to a picture, how can i do it?
I don't think Webview2 supports off-screen rendering, I believe that is the feature you would want here.
is there any way to connect with Webview2 with chomedp ?
WebView2 itself does support Chrome Devtools Protocol, but this library does not yet implement the APIs for that.
do you know which part is the Chrome Devtools Protocol of webview2? and do you want support it in the go-webview2 project in the future?