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 BROWSER
          This log type pertains to logs from the browser.
static String CLIENT
          This log type pertains to logs from the client.
static String DRIVER
          This log pertains to logs from the WebDriver implementation.
static String PROFILER
          This log type pertains to logs relating to performance timings.
static String SERVER
          This log type pertains to logs from the remote server.
 
Constructor Summary
LogType()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BROWSER

public static final String BROWSER
This log type pertains to logs from the browser.

See Also:
Constant Field Values

CLIENT

public static final String CLIENT
This log type pertains to logs from the client.

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

DRIVER

public static final String DRIVER
This log pertains to logs from the WebDriver implementation.

See Also:
Constant Field Values

SERVER

public static final String SERVER
This log type pertains to logs from the remote server.

See Also:
Constant Field Values
Constructor Detail

LogType

public LogType()


Copyright © 2013. All Rights Reserved.