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.

Update to CEF 83.5.0

Post Reply
User avatar
salvadordf
Posts: 4052
Joined: Thu Feb 02, 2017 12:24 pm
Location: Spain
Contact:

Update to CEF 83.5.0

Post by salvadordf »

Hi,

CEF4Delphi is now updated to CEF 83.5.0

This is what's new in the CEF libraries : The CEF4Delphi code added these changes since the last announcement :
  • Fixed TChromium.OnDevToolsEvent declaration.
  • Added more parameter checks to CefString.
  • Fixed issue #288 : TCustomDevToolsMessageObserver leaked in TChromium when using DevTools events.
These are the CEF binaries :
User avatar
salvadordf
Posts: 4052
Joined: Thu Feb 02, 2017 12:24 pm
Location: Spain
Contact:

Re: Update to CEF 83.5.0

Post by salvadordf »

I just added a context menu option to DOMVisitor to set the value of an INPUT element using the DevTools methods. It updates the "search" box in this forum with the "querty" value.

Read the code comments in that demo for more information about the methods used and the steps required to update the "value" attribute in the INPUT element.

The DevTools use JSON to send information so I also added a new TCEFJson class to make it easier to read those values.
Post Reply