Package org.openqa.selenium.logging
Class SessionLogHandler
java.lang.Object
org.openqa.selenium.logging.SessionLogHandler
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.
Utility for parsing session logs from Grid.
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionstatic Map<String, SessionLogs> getSessionLogs(Map<String, Object> rawSessionMap) Deprecated, for removal: This API element is subject to removal in a future version.Creates a session logs map, with session logs mapped to session IDs, given a raw session log map as a JSON object.
-
Constructor Details
-
SessionLogHandler
public SessionLogHandler()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
getSessionLogs
Deprecated, for removal: This API element is subject to removal in a future version.Creates a session logs map, with session logs mapped to session IDs, given a raw session log map as a JSON object.- Parameters:
rawSessionMap- The raw session map.- Returns:
- The session logs mapped to session IDs.
-