public class OperaLogs extends Object implements org.openqa.selenium.logging.Logs
| Modifier and Type | Class and Description |
|---|---|
static class |
OperaLogs.ConsoleMessageConverter
Converts the console messages we receive through Scope to
LogEntry's for use with
WebDriver's Logs interface. |
static class |
OperaLogs.DriverLogsHandler
Forwards log entries from
OperaDriver to the WebDriver Logs interface for
remote retrieval. |
| Constructor and Description |
|---|
OperaLogs() |
OperaLogs(Set<String> logTypesToIgnore) |
public org.openqa.selenium.logging.LogEntries get(String logType)
get in interface org.openqa.selenium.logging.Logspublic void addEntry(String logType, org.openqa.selenium.logging.LogEntry entry)
logType - the log type to storeentry - the entry to storeCopyright © 2013. All Rights Reserved.