|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LogEntries | |
---|---|
org.openqa.selenium.logging |
Uses of LogEntries in org.openqa.selenium.logging |
---|
Methods in org.openqa.selenium.logging that return LogEntries | |
---|---|
static LogEntries |
LogCombiner.combine(LogEntries... entries)
|
LogEntries |
Logs.get(String logType)
Fetches available log entries for the given log type. |
abstract LogEntries |
LocalLogs.get(String logType)
|
LogEntries |
SessionLogs.getLogs(String logType)
|
Methods in org.openqa.selenium.logging that return types with arguments of type LogEntries | |
---|---|
Map<String,LogEntries> |
SessionLogs.getAll()
|
Methods in org.openqa.selenium.logging with parameters of type LogEntries | |
---|---|
void |
SessionLogs.addLog(String logType,
LogEntries logEntries)
|
static LogEntries |
LogCombiner.combine(LogEntries... entries)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |