Hello
Hello,
In Windows, TWebBrowser is based on IE,default it is IE6. There are a large of web site not support IE6 now. We can modify it in Regedit, set it working as IE11. But IE11 has a bug: Document.GetElementByID(ID).outerText should return plain text no HTML, but is return plain text and some script. For a example, there are some string in a page: "this is a webbrowser in delphi.", it will return "this is a webbrowser some script in delphi."
So, I would like to know that is there a TWebBrowser based on Firefox or Chrome in Delphi?
In Windows, TWebBrowser is based on IE,default it is IE6. There are a large of web site not support IE6 now. We can modify it in Regedit, set it working as IE11. But IE11 has a bug: Document.GetElementByID(ID).outerText should return plain text no HTML, but is return plain text and some script. For a example, there are some string in a page: "this is a webbrowser in delphi.", it will return "this is a webbrowser some script in delphi."
So, I would like to know that is there a TWebBrowser based on Firefox or Chrome in Delphi?
I've used both, and I definitely recommend the CEF4Delphi project over the DCEF3 project. CEF4Delphi is updated regularly, and DCEF3 isn't.
ReplyDeleteCEF4Delphi is what you want :)
ReplyDeletethanks all of you.
ReplyDelete