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