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
-
public class JavascriptLogEntry extends GenericLogEntry
-
-
Constructor Summary
Constructors Constructor Description JavascriptLogEntry(LogLevel level, java.lang.String text, long timestamp, java.lang.String type, StackTrace stackTrace)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static JavascriptLogEntry
fromJson(org.openqa.selenium.json.JsonInput input)
java.lang.String
getType()
-
Methods inherited from class org.openqa.selenium.bidi.log.BaseLogEntry
getLevel, getStackTrace, getText, getTimestamp
-
-
-
-
Constructor Detail
-
JavascriptLogEntry
public JavascriptLogEntry(LogLevel level, java.lang.String text, long timestamp, java.lang.String type, StackTrace stackTrace)
-
-
Method Detail
-
getType
public java.lang.String getType()
- Overrides:
getType
in classGenericLogEntry
-
fromJson
public static JavascriptLogEntry fromJson(org.openqa.selenium.json.JsonInput input)
-
-