Click or drag to resize

IDevToolsClient Methods

Version 103.0.120

The IDevToolsClient type exposes the following members.

Methods
  NameDescription
Public methodAddEventHandler<T>
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodExecuteDevToolsMethodAsync<T>
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 methodRemoveEventHandler<T>
Remove event handler for a DevTools protocol event.
Top
See Also