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
-
Constructor Summary
ConstructorDescriptionConsoleLogEntry
(LogLevel level, Source source, String text, long timestamp, String type, String method, List<RemoteValue> args, StackTrace stackTrace) -
Method Summary
Methods inherited from class org.openqa.selenium.bidi.log.GenericLogEntry
getType
Methods inherited from class org.openqa.selenium.bidi.log.BaseLogEntry
getLevel, getSource, getStackTrace, getText, getTimestamp
-
Constructor Details
-
ConsoleLogEntry
public ConsoleLogEntry(LogLevel level, Source source, String text, long timestamp, String type, String method, List<RemoteValue> args, StackTrace stackTrace)
-
-
Method Details
-
getMethod
-
getArgs
-
fromJson
-