Click or drag to resize

IDevToolsClient Interface

Version 102.0.100
DevTools Client

Namespace:  CefSharp.DevTools
Assembly:  CefSharp (in CefSharp.dll) Version: 102.0.100.0 (102.0.100.0)
Syntax
public interface IDevToolsClient

The IDevToolsClient type exposes the following members.

Methods
  NameDescription
Public methodAddEventHandlerT
Public methodExecuteDevToolsMethodAsyncT
Execute a method call over the DevTools protocol. This method can be called on any thread. See the DevTools protocol documentation at https://chromedevtools.github.io/devtools-protocol/ for details of supported methods and the expected parameters dictionary contents.
Public methodRemoveEventHandlerT
Remove event handler for a DevTools protocol event.
Top
Events
See Also