Uses of Class
org.openqa.selenium.bidi.log.GenericLogEntry
-
Packages that use GenericLogEntry Package Description org.openqa.selenium.bidi org.openqa.selenium.bidi.log -
-
Uses of GenericLogEntry in org.openqa.selenium.bidi
Method parameters in org.openqa.selenium.bidi with type arguments of type GenericLogEntry Modifier and Type Method Description voidLogInspector. onGenericLog(java.util.function.Consumer<GenericLogEntry> consumer)voidLogInspector. onGenericLog(java.util.function.Consumer<GenericLogEntry> consumer, FilterBy filter) -
Uses of GenericLogEntry in org.openqa.selenium.bidi.log
Subclasses of GenericLogEntry in org.openqa.selenium.bidi.log Modifier and Type Class Description classConsoleLogEntryclassJavascriptLogEntryMethods in org.openqa.selenium.bidi.log that return GenericLogEntry Modifier and Type Method Description static GenericLogEntryGenericLogEntry. 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()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<JavascriptLogEntry> javascriptLogEntry)
-