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 LogEntries
LogCombiner.combine
(LogEntries... entries) abstract LogEntries
Fetches available log entries for the given log type.Methods in org.openqa.selenium.logging that return types with arguments of type LogEntriesMethods in org.openqa.selenium.logging with parameters of type LogEntriesModifier and TypeMethodDescriptionvoid
SessionLogs.addLog
(String logType, LogEntries logEntries) static LogEntries
LogCombiner.combine
(LogEntries... entries) -
Uses of LogEntries in org.openqa.selenium.remote
Methods in org.openqa.selenium.remote that return LogEntries