I'm using the TWebBrowser
component of Delphi to create a system that interacts with the site. So far so good! I can execute the javascripts of the site correctly, the problem is when I need to get a response from the javascript function and pass it to Delphi, I do not think anything does that.
For example, I click on a button in Delphi and run the JS function inside TWebBrowser
, it returns True
as value, I need Delphi to receive this value in a variable or something.