Page 1 of 1

Issue in "Retrieve HTML" CEF4 Delphi

Posted: Wed Sep 23, 2020 11:46 am
by john.augustine
Hi,

I have an interactive screen which contains check boxes and input entries. When i do a "dChromiumBrowser.RetrieveHTML(lFramename );" it is not giving the user input like checkbox checked, radio button selected, text box data. But it is giving only the initial html loaded..

Please let me know, how to retrieve the user inputs from HTML.

Thanks & Regards,
John Augustine

Re: Issue in "Retrieve HTML" CEF4 Delphi

Posted: Wed Sep 23, 2020 1:15 pm
by salvadordf
If that function doesn't give the results you need then you can also try executing JavaScript to get that information.

You can also use the code in the DOMVisitor demo or the DevTools methods to get the attributes of a DOM element but JavaScript is much easier to use.

Re: Issue in "Retrieve HTML" CEF4 Delphi

Posted: Wed Sep 23, 2020 1:22 pm
by john.augustine
Sure, I will try the same.

Thanks so much!

John Augustine