Class SessionLogHandler

java.lang.Object
org.openqa.selenium.logging.SessionLogHandler

@Deprecated(forRemoval=true) public class SessionLogHandler extends Object
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 Details

    • SessionLogHandler

      public SessionLogHandler()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • getSessionLogs

      public static 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.
      Parameters:
      rawSessionMap - The raw session map.
      Returns:
      The session logs mapped to session IDs.