salvadordf / WebView4Delphi

WebView4Delphi is an open source project created by Salvador Díaz Fau to embed Chromium-based browsers in applications made with Delphi or Lazarus/FPC for Windows.
https://www.briskbard.com/forum/
MIT License
280 stars 56 forks source link

Console.log #38

Closed emrahkucukali closed 1 year ago

emrahkucukali commented 1 year ago

How can i get console.log messages?

salvadordf commented 1 year ago

Hi,

WebView2 doesn't have an event to receive the console messages yet but you can get them using the "log" domain in the DevTools.

See the SubscribeToDevToolsProtocolEventBrowser demo for all the details.