Uses of Class
org.openqa.selenium.logging.LogEntries
Packages that use LogEntries
-
Uses of LogEntries in org.openqa.selenium.logging
Methods in org.openqa.selenium.logging that return LogEntriesModifier and TypeMethodDescriptionstatic LogEntriesLogCombiner.combine(LogEntries... entries) Deprecated, for removal: This API element is subject to removal in a future version.abstract LogEntriesDeprecated, for removal: This API element is subject to removal in a future version.Fetches available log entries for the given log type.Deprecated, for removal: This API element is subject to removal in a future version.Methods in org.openqa.selenium.logging that return types with arguments of type LogEntriesModifier and TypeMethodDescriptionSessionLogs.getAll()Deprecated, for removal: This API element is subject to removal in a future version.SessionLogs.toJson()Deprecated, for removal: This API element is subject to removal in a future version.Methods in org.openqa.selenium.logging with parameters of type LogEntriesModifier and TypeMethodDescriptionvoidSessionLogs.addLog(String logType, LogEntries logEntries) Deprecated, for removal: This API element is subject to removal in a future version.static LogEntriesLogCombiner.combine(LogEntries... entries) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of LogEntries in org.openqa.selenium.remote
Methods in org.openqa.selenium.remote that return LogEntries