Class Debug


  • public class Debug
    extends java.lang.Object
    Used to provide information about whether or not Selenium is running under debug mode.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.util.logging.Level getDebugLogLevel()  
      static boolean isDebugging()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • isDebugging

        public static boolean isDebugging()
      • getDebugLogLevel

        public static java.util.logging.Level getDebugLogLevel()