Package io.webfolder.cdp.command
Interface Console
-
@Deprecated public interface ConsoleDeprecated.This domain is deprecated - use Runtime or Log instead
-
-
Method Summary
Modifier and Type Method Description voidclearMessages()Deprecated.Does nothing.voiddisable()Deprecated.Disables console domain, prevents further console messages from being reported to the client.voidenable()Deprecated.Enables console domain, sends the messages collected so far to the client by means of themessageAddednotification.
-
-
-
Method Detail
-
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 themessageAddednotification.
-
-