CefDevToolsClient

Types

Link copied to clipboard
Link copied to clipboard
interface EventListener

Functions

Link copied to clipboard
Add an event listener for DevTools protocol events.
Link copied to clipboard
open fun close()
Link copied to clipboard
open fun executeDevToolsMethod(method: String, parametersAsJson: String): CompletableFuture<String>
Execute a method call over the DevTools protocol.
Link copied to clipboard
open fun isClosed(): Boolean
Link copied to clipboard
Remove an event listener for DevTools protocol events.