Page 1 of 1

Update to CEF 83.5.0

Posted: Wed Jul 15, 2020 1:04 pm
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 :

Re: Update to CEF 83.5.0

Posted: Thu Jul 16, 2020 1:55 pm
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.