Because Internet Explorer is dead, i'm in the (long) process to replace TWebbrowser by TChromium in all my applications.
With TWebbrowser we had a complete and well documented interface to access the DOM through the IHTMLElement interface.
Since DCEF3 documentation is nearly inexistent, i'm searching for examples of how to (if possible) iterate and manipulate the DOM in TChromium :
- Select / get an element's HTML source
- Click on a button
- Fill an input
- Focus a control
Is there an native interface to do it, or the only way is using javascript directly ?
Any help will be very appreciated.
Thanks in advance !