Package org.openqa.selenium.logging
Class SessionLogs
java.lang.Object
org.openqa.selenium.logging.SessionLogs
Deprecated, for removal: This API element is subject to removal in a future version.
logging is not in the W3C WebDriver spec and is no longer supported. This class will
be removed in a future release.
Contains the logs for a session divided by supported log types.
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionvoidaddLog(String logType, LogEntries logEntries) Deprecated, for removal: This API element is subject to removal in a future version.static SessionLogsDeprecated, for removal: This API element is subject to removal in a future version.getAll()Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.toJson()Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Details
-
SessionLogs
public SessionLogs()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
getLogs
Deprecated, for removal: This API element is subject to removal in a future version. -
addLog
Deprecated, for removal: This API element is subject to removal in a future version. -
getLogTypes
Deprecated, for removal: This API element is subject to removal in a future version. -
getAll
Deprecated, for removal: This API element is subject to removal in a future version. -
fromJSON
Deprecated, for removal: This API element is subject to removal in a future version. -
toJson
Deprecated, for removal: This API element is subject to removal in a future version.
-