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 void
LogInspector. onConsoleEntry(java.util.function.Consumer<ConsoleLogEntry> consumer)
void
LogInspector. onConsoleEntry(java.util.function.Consumer<ConsoleLogEntry> consumer, FilterBy filter)
void
LogInspector. 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 ConsoleLogEntry
ConsoleLogEntry. fromJson(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()
-