Class Console
java.lang.Object
org.openqa.selenium.devtools.v126.console.Console
Deprecated.
This domain is deprecated - use Runtime or Log instead.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.openqa.selenium.devtools.Command<Void>
Deprecated.Does nothing.static org.openqa.selenium.devtools.Command<Void>
disable()
Deprecated.Disables console domain, prevents further console messages from being reported to the client.static org.openqa.selenium.devtools.Command<Void>
enable()
Deprecated.Enables console domain, sends the messages collected so far to the client by means of the `messageAdded` notification.static org.openqa.selenium.devtools.Event<ConsoleMessage>
Deprecated.
-
Constructor Details
-
Console
public Console()Deprecated.
-
-
Method Details
-
clearMessages
Deprecated.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. -
messageAdded
Deprecated.
-