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
ConstructorsConstructorDescriptionConsoleLogEntry
(LogLevel level, String text, long timestamp, String type, String method, String realm, List<RemoteValue> args, StackTrace stackTrace) -
Method Summary
Modifier and TypeMethodDescriptionstatic ConsoleLogEntry
fromJson
(org.openqa.selenium.json.JsonInput input) getArgs()
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 Details
-
ConsoleLogEntry
public ConsoleLogEntry(LogLevel level, String text, long timestamp, String type, String method, String realm, List<RemoteValue> args, StackTrace stackTrace)
-
-
Method Details
-
getMethod
-
getRealm
-
getArgs
-
fromJson
-