OnWebMessageReceived (TEdgeBrowser Delphi 12) is too slow. Is there another way to get a click on this component?
I’m using the “TEdgeBrowser” component in Delphi12 and I saw on some forums that to be able to “capture” a click in the browser, there was a method using the JS listener and using PostMessage then retrieving it in the component’s “OnWebMessageReceived” event.