Uses of Class
org.openqa.selenium.bidi.log.GenericLogEntry
Packages that use GenericLogEntry
-
Uses of GenericLogEntry in org.openqa.selenium.bidi.log
Subclasses of GenericLogEntry in org.openqa.selenium.bidi.logMethods in org.openqa.selenium.bidi.log that return GenericLogEntryMethods in org.openqa.selenium.bidi.log that return types with arguments of type GenericLogEntryConstructor parameters in org.openqa.selenium.bidi.log with type arguments of type GenericLogEntryModifierConstructorDescriptionLogEntry
(Optional<GenericLogEntry> genericLogEntry, Optional<ConsoleLogEntry> consoleLogEntry, Optional<JavascriptLogEntry> javascriptLogEntry) -
Uses of GenericLogEntry in org.openqa.selenium.bidi.module
Method parameters in org.openqa.selenium.bidi.module with type arguments of type GenericLogEntryModifier and TypeMethodDescriptionvoid
LogInspector.onGenericLog
(Consumer<GenericLogEntry> consumer) void
LogInspector.onGenericLog
(Consumer<GenericLogEntry> consumer, FilterBy filter)