Package org.openqa.selenium.bidi.log
Class JavascriptLogEntry
java.lang.Object
org.openqa.selenium.bidi.log.BaseLogEntry
org.openqa.selenium.bidi.log.GenericLogEntry
org.openqa.selenium.bidi.log.JavascriptLogEntry
-
Constructor Summary
ConstructorsConstructorDescriptionJavascriptLogEntry
(LogLevel level, Source source, String text, long timestamp, String type, StackTrace stackTrace) -
Method Summary
Modifier and TypeMethodDescriptionstatic JavascriptLogEntry
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
-
JavascriptLogEntry
public JavascriptLogEntry(LogLevel level, Source source, String text, long timestamp, String type, StackTrace stackTrace)
-
-
Method Details
-
getType
- Overrides:
getType
in classGenericLogEntry
-
fromJson
-