Uses of Class
org.openqa.selenium.bidi.log.GenericLogEntry
-
Packages that use GenericLogEntry Package Description org.openqa.selenium.bidi.log -
-
Uses of GenericLogEntry in org.openqa.selenium.bidi.log
Subclasses of GenericLogEntry in org.openqa.selenium.bidi.log Modifier and Type Class Description class
ConsoleLogEntry
Methods in org.openqa.selenium.bidi.log that return GenericLogEntry Modifier and Type Method Description static GenericLogEntry
GenericLogEntry. fromJson(org.openqa.selenium.json.JsonInput input)
Methods in org.openqa.selenium.bidi.log that return types with arguments of type GenericLogEntry Modifier and Type Method Description java.util.Optional<GenericLogEntry>
LogEntry. getGenericLogEntry()
java.util.Optional<GenericLogEntry>
LogEntry. getJavascriptLogEntry()
Constructor parameters in org.openqa.selenium.bidi.log with type arguments of type GenericLogEntry Constructor Description LogEntry(java.util.Optional<GenericLogEntry> genericLogEntry, java.util.Optional<ConsoleLogEntry> consoleLogEntry, java.util.Optional<GenericLogEntry> javascriptLogEntry)
-