Uses of Class
org.openqa.selenium.bidi.log.ConsoleLogEntry
Packages that use ConsoleLogEntry
Package
Description
- 
Uses of ConsoleLogEntry in org.openqa.selenium.bidi.logMethods in org.openqa.selenium.bidi.log that return ConsoleLogEntryMethods in org.openqa.selenium.bidi.log that return types with arguments of type ConsoleLogEntry
- 
Uses of ConsoleLogEntry in org.openqa.selenium.bidi.moduleMethod parameters in org.openqa.selenium.bidi.module with type arguments of type ConsoleLogEntryModifier and TypeMethodDescriptionlongLogInspector.onConsoleEntry(Consumer<ConsoleLogEntry> consumer) voidLogInspector.onConsoleEntry(Consumer<ConsoleLogEntry> consumer, FilterBy filter) 
- 
Uses of ConsoleLogEntry in org.openqa.selenium.remoteMethod parameters in org.openqa.selenium.remote with type arguments of type ConsoleLogEntryModifier and TypeMethodDescriptionlongScript.addConsoleMessageHandler(Consumer<ConsoleLogEntry> consumer)