Uses of Class
org.openqa.selenium.bidi.log.ConsoleLogEntry
Packages that use ConsoleLogEntry
Package
Description
-
Uses of ConsoleLogEntry in org.openqa.selenium.bidi.log
Methods 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.module
Method parameters in org.openqa.selenium.bidi.module with type arguments of type ConsoleLogEntryModifier and TypeMethodDescriptionlong
LogInspector.onConsoleEntry
(Consumer<ConsoleLogEntry> consumer) void
LogInspector.onConsoleEntry
(Consumer<ConsoleLogEntry> consumer, FilterBy filter) -
Uses of ConsoleLogEntry in org.openqa.selenium.remote
Method parameters in org.openqa.selenium.remote with type arguments of type ConsoleLogEntryModifier and TypeMethodDescriptionlong
Script.addConsoleMessageHandler
(Consumer<ConsoleLogEntry> consumer)