Package io.webfolder.cdp.command
Interface ConsoleAsync
Deprecated.
This domain is deprecated - use Runtime or Log instead.
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Does nothing.disable()
Deprecated.Disables console domain, prevents further console messages from being reported to the client.enable()
Deprecated.Enables console domain, sends the messages collected so far to the client by means of the messageAdded notification.
-
Method Details
-
clearMessages
CompletableFuture<Void> clearMessages()Deprecated.Does nothing. -
disable
CompletableFuture<Void> disable()Deprecated.Disables console domain, prevents further console messages from being reported to the client. -
enable
CompletableFuture<Void> enable()Deprecated.Enables console domain, sends the messages collected so far to the client by means of the messageAdded notification.
-