Get developer console output from wx.html2.WebView

Windows : 10
wxpython: 4.1a

I asked a question on stackoverflow, but I thought I’d re-ask it here. Is it possible to get the output of what would normally be sent to the developer console when using a webview? A comment directed me to IDeveloperConsoleMessageReceiver but I don’t think that’s been implemented in wxpython.

did you ever figure it out? I am looking to get the devtools network requests tab info… seems like getting the console log is a good first step… but the lack of info or examples indicates it might not be possible

Does the following post help?

That doesn’t help in a programmatic sense, but it does work for manual intervention.