Package org.openqa.selenium.bidi.log
Class LogEntry
java.lang.Object
org.openqa.selenium.bidi.log.LogEntry
Constructor Summary
ConstructorsConstructorDescriptionLogEntry(Optional<GenericLogEntry> genericLogEntry,Optional<ConsoleLogEntry> consoleLogEntry,Optional<JavascriptLogEntry> javascriptLogEntry) Method Summary
Modifier and TypeMethodDescription
Constructor Details
LogEntry
public LogEntry(Optional<GenericLogEntry> genericLogEntry,Optional<ConsoleLogEntry> consoleLogEntry,Optional<JavascriptLogEntry> javascriptLogEntry)
Method Details
getGenericLogEntry
getConsoleLogEntry
getJavascriptLogEntry