Package org.openqa.selenium.bidi.log
Class GenericLogEntry
java.lang.Object
org.openqa.selenium.bidi.log.BaseLogEntry
org.openqa.selenium.bidi.log.GenericLogEntry
- Direct Known Subclasses:
ConsoleLogEntry
,JavascriptLogEntry
-
Constructor Summary
ConstructorsConstructorDescriptionGenericLogEntry
(LogLevel level, Source source, String text, long timestamp, String type, StackTrace stackTrace) -
Method Summary
Modifier and TypeMethodDescriptionstatic GenericLogEntry
fromJson
(org.openqa.selenium.json.JsonInput input) getType()
Methods inherited from class org.openqa.selenium.bidi.log.BaseLogEntry
getLevel, getSource, getStackTrace, getText, getTimestamp
-
Constructor Details
-
GenericLogEntry
public GenericLogEntry(LogLevel level, Source source, String text, long timestamp, String type, StackTrace stackTrace)
-
-
Method Details
-
getType
-
fromJson
-