I'm using Chromium component in a Delphi application.
I'd like the following behaviour:
When user clicks a specific button in a web page, the Delphi application (the 'container') must execute a command (launch an external executable with ...).
Is it possible ?
Update:
Since you've actually asked for DOM event listener for click events, check the following example listening the Google search button click event (the element with ID
gbqfba
):