Package org.openqa.selenium.logging
Class LogType
java.lang.Object
org.openqa.selenium.logging.LogType
Supported log types.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThis log type pertains to logs from the browser.static final StringDeprecated, for removal: This API element is subject to removal in a future version.logging is not in the W3C WebDriver spec and CLIENT type is no longer supported.static final StringThis log pertains to logs from the WebDriver implementation.static final StringThis log type pertains to logs relating to performance timings.static final StringDeprecated, for removal: This API element is subject to removal in a future version.logging is not in the W3C WebDriver spec and PROFILER type is no longer supported.static final StringDeprecated, for removal: This API element is subject to removal in a future version.logging is not in the W3C WebDriver spec and SERVER type is no longer supported. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
BROWSER
This log type pertains to logs from the browser.- See Also:
-
CLIENT
Deprecated, for removal: This API element is subject to removal in a future version.logging is not in the W3C WebDriver spec and CLIENT type is no longer supported.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
Deprecated, for removal: This API element is subject to removal in a future version.logging is not in the W3C WebDriver spec and PROFILER type is no longer supported.This log type pertains to logs relating to profiler timings.- See Also:
-
SERVER
Deprecated, for removal: This API element is subject to removal in a future version.logging is not in the W3C WebDriver spec and SERVER type is no longer supported.This log type pertains to logs from the remote server.- See Also:
-
-
Constructor Details
-
LogType
public LogType()
-