|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openqa.selenium.logging.LogType
public class LogType
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 |
|---|
public static final String BROWSER
public static final String CLIENT
public static final String PROFILER
public static final String DRIVER
public static final String SERVER
| Constructor Detail |
|---|
public LogType()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||