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 GenericLogEntryModifier and TypeMethodDescriptionstatic GenericLogEntryGenericLogEntry.fromJson(org.openqa.selenium.json.JsonInput input) Methods 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 TypeMethodDescriptionvoidLogInspector.onGenericLog(Consumer<GenericLogEntry> consumer) voidLogInspector.onGenericLog(Consumer<GenericLogEntry> consumer, FilterBy filter)