Uses of Class
org.openqa.selenium.logging.LogEntries
-
Packages that use LogEntries Package Description org.openqa.selenium.logging -
-
Uses of LogEntries in org.openqa.selenium.logging
Methods in org.openqa.selenium.logging that return LogEntries Modifier and Type Method Description static LogEntriesLogCombiner. combine(LogEntries... entries)abstract LogEntriesLocalLogs. get(java.lang.String logType)LogEntriesLogs. get(java.lang.String logType)Fetches available log entries for the given log type.LogEntriesSessionLogs. getLogs(java.lang.String logType)Methods in org.openqa.selenium.logging that return types with arguments of type LogEntries Modifier and Type Method Description java.util.Map<java.lang.String,LogEntries>SessionLogs. getAll()java.util.Map<java.lang.String,LogEntries>SessionLogs. toJson()Methods in org.openqa.selenium.logging with parameters of type LogEntries Modifier and Type Method Description voidSessionLogs. addLog(java.lang.String logType, LogEntries logEntries)static LogEntriesLogCombiner. combine(LogEntries... entries)
-