Package org.openqa.selenium.logging
Class LogType
java.lang.Object
org.openqa.selenium.logging.LogType
Supported log types.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
This log type pertains to logs from the browser.static final String
This log type pertains to logs from the client.static final String
This log pertains to logs from the WebDriver implementation.static final String
This log type pertains to logs relating to performance timings.static final String
This log type pertains to logs relating to profiler timings.static final String
This log type pertains to logs from the remote server. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
BROWSER
This log type pertains to logs from the browser.- See Also:
-
CLIENT
This log type pertains to logs from the client.- See Also:
-
DRIVER
This log pertains to logs from the WebDriver implementation.- See Also:
-
PERFORMANCE
This log type pertains to logs relating to performance timings.- See Also:
-
PROFILER
This log type pertains to logs relating to profiler timings.- See Also:
-
SERVER
This log type pertains to logs from the remote server.- See Also:
-
-
Constructor Details
-
LogType
public LogType()
-