org.openqa.selenium.logging
Class LogType

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

public class LogType
extends Object

Supported log types.


Field Summary
static String DRIVER
          This log type pertains to logs from the driver.
static String PROFILER
          This log type pertains to logs relating to performance timings.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DRIVER

public static final String DRIVER
This log type pertains to logs from the driver. If the driver is a remote WebDriver, the logs from the remote driver will be included.

See Also:
Constant Field Values

PROFILER

public static final String PROFILER
This log type pertains to logs relating to performance timings.

See Also:
Constant Field Values


Copyright © 2012. All Rights Reserved.