java.lang.Object
org.openqa.selenium.devtools.v85.console.Console

@Deprecated public class Console extends Object
Deprecated.
This domain is deprecated - use Runtime or Log instead.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static org.openqa.selenium.devtools.Command<Void>
    Deprecated.
    Does nothing.
    static org.openqa.selenium.devtools.Command<Void>
    Deprecated.
    Disables console domain, prevents further console messages from being reported to the client.
    static org.openqa.selenium.devtools.Command<Void>
    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.
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Console

      public Console()
      Deprecated.
  • Method Details

    • clearMessages

      public static org.openqa.selenium.devtools.Command<Void> clearMessages()
      Deprecated.
      Does nothing.
    • disable

      public static org.openqa.selenium.devtools.Command<Void> disable()
      Deprecated.
      Disables console domain, prevents further console messages from being reported to the client.
    • enable

      public 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.
    • messageAdded

      public static org.openqa.selenium.devtools.Event<ConsoleMessage> messageAdded()
      Deprecated.