Disclosure Statement: This site contains affiliate links, which means that I may receive a commission if you make a purchase using these links. As an eBay Partner, I earn from qualifying purchases.

Issue in "Retrieve HTML" CEF4 Delphi

Post Reply
john.augustine
Posts: 48
Joined: Fri Jul 10, 2020 1:33 pm

Issue in "Retrieve HTML" CEF4 Delphi

Post 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
User avatar
salvadordf
Posts: 4016
Joined: Thu Feb 02, 2017 12:24 pm
Location: Spain
Contact:

Re: Issue in "Retrieve HTML" CEF4 Delphi

Post 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.
john.augustine
Posts: 48
Joined: Fri Jul 10, 2020 1:33 pm

Re: Issue in "Retrieve HTML" CEF4 Delphi

Post by john.augustine »

Sure, I will try the same.

Thanks so much!

John Augustine
Post Reply