Package org.openqa.selenium.bidi.log
Class ConsoleLogEntry
- java.lang.Object
-
- org.openqa.selenium.bidi.log.BaseLogEntry
-
- org.openqa.selenium.bidi.log.GenericLogEntry
-
- org.openqa.selenium.bidi.log.ConsoleLogEntry
-
public class ConsoleLogEntry extends GenericLogEntry
-
-
Constructor Summary
Constructors Constructor Description ConsoleLogEntry(LogLevel level, java.lang.String text, long timestamp, java.lang.String type, java.lang.String method, java.lang.String realm, java.util.List<java.lang.Object> args, StackTrace stackTrace)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ConsoleLogEntry
fromJson(JsonInput input)
java.util.List<java.lang.Object>
getArgs()
java.lang.String
getMethod()
java.lang.String
getRealm()
-
Methods inherited from class org.openqa.selenium.bidi.log.GenericLogEntry
getType
-
Methods inherited from class org.openqa.selenium.bidi.log.BaseLogEntry
getLevel, getStackTrace, getText, getTimestamp
-
-
-
-
Constructor Detail
-
ConsoleLogEntry
public ConsoleLogEntry(LogLevel level, java.lang.String text, long timestamp, java.lang.String type, java.lang.String method, java.lang.String realm, java.util.List<java.lang.Object> args, StackTrace stackTrace)
-
-
Method Detail
-
getMethod
public java.lang.String getMethod()
-
getRealm
public java.lang.String getRealm()
-
getArgs
public java.util.List<java.lang.Object> getArgs()
-
fromJson
public static ConsoleLogEntry fromJson(JsonInput input)
-
-