Package org.openqa.selenium.logging
Class LogType
- java.lang.Object
-
- org.openqa.selenium.logging.LogType
-
public class LogType extends java.lang.ObjectSupported log types.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringBROWSERThis log type pertains to logs from the browser.static java.lang.StringCLIENTThis log type pertains to logs from the client.static java.lang.StringDRIVERThis log pertains to logs from the WebDriver implementation.static java.lang.StringPERFORMANCEThis log type pertains to logs relating to performance timings.static java.lang.StringPROFILERThis log type pertains to logs relating to performance timings.static java.lang.StringSERVERThis log type pertains to logs from the remote server.
-
Constructor Summary
Constructors Constructor Description LogType()
-
-
-
Field Detail
-
BROWSER
public static final java.lang.String BROWSER
This log type pertains to logs from the browser.- See Also:
- Constant Field Values
-
CLIENT
public static final java.lang.String CLIENT
This log type pertains to logs from the client.- See Also:
- Constant Field Values
-
DRIVER
public static final java.lang.String DRIVER
This log pertains to logs from the WebDriver implementation.- See Also:
- Constant Field Values
-
PERFORMANCE
public static final java.lang.String PERFORMANCE
This log type pertains to logs relating to performance timings.- See Also:
- Constant Field Values
-
PROFILER
public static final java.lang.String PROFILER
This log type pertains to logs relating to performance timings.- See Also:
- Constant Field Values
-
SERVER
public static final java.lang.String SERVER
This log type pertains to logs from the remote server.- See Also:
- Constant Field Values
-
-