Class HtmlUnitConsole

java.lang.Object
jp.vmi.selenium.webdriver.HtmlUnitConsole
All Implemented Interfaces:
com.gargoylesoftware.htmlunit.WebConsole.Logger

public class HtmlUnitConsole
extends Object
implements com.gargoylesoftware.htmlunit.WebConsole.Logger
Log handler for HtmlUnitDriver.
  • Method Details

    • setHtmlUnitConsole

      public static void setHtmlUnitConsole​(org.openqa.selenium.WebDriver driver)
      Set console handler for HtmlUnitDriver.
      Parameters:
      driver - HtmlUnitDriver.
    • isTraceEnabled

      public boolean isTraceEnabled()
      Specified by:
      isTraceEnabled in interface com.gargoylesoftware.htmlunit.WebConsole.Logger
    • trace

      public void trace​(Object message)
      Specified by:
      trace in interface com.gargoylesoftware.htmlunit.WebConsole.Logger
    • isDebugEnabled

      public boolean isDebugEnabled()
      Specified by:
      isDebugEnabled in interface com.gargoylesoftware.htmlunit.WebConsole.Logger
    • debug

      public void debug​(Object message)
      Specified by:
      debug in interface com.gargoylesoftware.htmlunit.WebConsole.Logger
    • isInfoEnabled

      public boolean isInfoEnabled()
      Specified by:
      isInfoEnabled in interface com.gargoylesoftware.htmlunit.WebConsole.Logger
    • info

      public void info​(Object message)
      Specified by:
      info in interface com.gargoylesoftware.htmlunit.WebConsole.Logger
    • isWarnEnabled

      public boolean isWarnEnabled()
      Specified by:
      isWarnEnabled in interface com.gargoylesoftware.htmlunit.WebConsole.Logger
    • warn

      public void warn​(Object message)
      Specified by:
      warn in interface com.gargoylesoftware.htmlunit.WebConsole.Logger
    • isErrorEnabled

      public boolean isErrorEnabled()
      Specified by:
      isErrorEnabled in interface com.gargoylesoftware.htmlunit.WebConsole.Logger
    • error

      public void error​(Object message)
      Specified by:
      error in interface com.gargoylesoftware.htmlunit.WebConsole.Logger