Class LogType

java.lang.Object
org.openqa.selenium.logging.LogType

public class LogType extends Object
Supported log types.
  • Field Details

    • BROWSER

      public static final String BROWSER
      This log type pertains to logs from the browser.
      See Also:
    • DRIVER

      public static final String DRIVER
      This log pertains to logs from the WebDriver implementation.
      See Also:
    • PERFORMANCE

      public static final String PERFORMANCE
      This log type pertains to logs relating to performance timings.
      See Also:
  • Constructor Details

    • LogType

      public LogType()