org.openqa.selenium.logging
Class LogType

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

public class LogType
extends java.lang.Object

Supported log types.


Field Summary
static java.lang.String DRIVER
          This log type pertains to logs from the driver.
 
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 java.lang.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


Copyright © 2012. All Rights Reserved.