IDev |
The IDevToolsClient type exposes the following members.
Name | Description | |
---|---|---|
AddEventHandlerT | Add event handler for a DevTools protocol event. Events by default are disabled and need to be enabled on a per domain basis, e.g. Sending Network.enable (or calling EnableAsync(NullableInt32, NullableInt32, NullableInt32)) to enable network related events. | |
Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable) | |
ExecuteDevToolsMethodAsyncT | 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. | |
RemoveEventHandlerT | Remove event handler for a DevTools protocol event. |