| 程序包 | 说明 |
|---|---|
| org.openqa.selenium.logging | |
| org.openqa.selenium.remote |
| 限定符和类型 | 方法和说明 |
|---|---|
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) |
| 限定符和类型 | 方法和说明 |
|---|---|
Map<String,LogEntries> |
SessionLogs.getAll() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
SessionLogs.addLog(String logType,
LogEntries logEntries) |
static LogEntries |
LogCombiner.combine(LogEntries... entries) |
| 限定符和类型 | 方法和说明 |
|---|---|
LogEntries |
RemoteLogs.get(String logType) |