Uses of Class
org.openqa.selenium.devtools.events.ConsoleEvent
-
Packages that use ConsoleEvent Package Description org.openqa.selenium.devtools.events org.openqa.selenium.devtools.idealized -
-
Uses of ConsoleEvent in org.openqa.selenium.devtools.events
Methods in org.openqa.selenium.devtools.events that return types with arguments of type ConsoleEvent Modifier and Type Method Description static org.openqa.selenium.logging.EventType<ConsoleEvent>
CdpEventTypes. consoleEvent(java.util.function.Consumer<ConsoleEvent> handler)
Method parameters in org.openqa.selenium.devtools.events with type arguments of type ConsoleEvent Modifier and Type Method Description static org.openqa.selenium.logging.EventType<ConsoleEvent>
CdpEventTypes. consoleEvent(java.util.function.Consumer<ConsoleEvent> handler)
-
Uses of ConsoleEvent in org.openqa.selenium.devtools.idealized
Methods in org.openqa.selenium.devtools.idealized that return ConsoleEvent Modifier and Type Method Description protected abstract ConsoleEvent
Events. toConsoleEvent(CONSOLEEVENT event)
Method parameters in org.openqa.selenium.devtools.idealized with type arguments of type ConsoleEvent Modifier and Type Method Description void
Events. addConsoleListener(java.util.function.Consumer<ConsoleEvent> listener)
-