Uses of Class
org.openqa.selenium.bidi.log.ConsoleLogEntry
-
Packages that use ConsoleLogEntry Package Description org.openqa.selenium.bidi org.openqa.selenium.bidi.log -
-
Uses of ConsoleLogEntry in org.openqa.selenium.bidi
Method parameters in org.openqa.selenium.bidi with type arguments of type ConsoleLogEntry Modifier and Type Method Description voidLogInspector. onConsoleEntry(java.util.function.Consumer<ConsoleLogEntry> consumer)voidLogInspector. onConsoleEntry(java.util.function.Consumer<ConsoleLogEntry> consumer, FilterBy filter)voidLogInspector. onConsoleLog(java.util.function.Consumer<ConsoleLogEntry> consumer)Deprecated. -
Uses of ConsoleLogEntry in org.openqa.selenium.bidi.log
Methods in org.openqa.selenium.bidi.log that return ConsoleLogEntry Modifier and Type Method Description static ConsoleLogEntryConsoleLogEntry. fromJson(org.openqa.selenium.json.JsonInput input)Methods in org.openqa.selenium.bidi.log that return types with arguments of type ConsoleLogEntry Modifier and Type Method Description java.util.Optional<ConsoleLogEntry>LogEntry. getConsoleLogEntry()
-