Uses of Interface
org.openqa.selenium.logging.EventType
-
Packages that use EventType Package Description org.openqa.selenium.chromium org.openqa.selenium.devtools.events org.openqa.selenium.logging -
-
Uses of EventType in org.openqa.selenium.chromium
Methods in org.openqa.selenium.chromium with parameters of type EventType Modifier and Type Method Description <X> void
ChromiumDriver. onLogEvent(EventType<X> kind)
-
Uses of EventType in org.openqa.selenium.devtools.events
Methods in org.openqa.selenium.devtools.events that return EventType Modifier and Type Method Description static EventType<ConsoleEvent>
CdpEventTypes. consoleEvent(java.util.function.Consumer<ConsoleEvent> handler)
static EventType<java.lang.Void>
CdpEventTypes. domMutation(java.util.function.Consumer<DomMutationEvent> handler)
-
Uses of EventType in org.openqa.selenium.logging
Methods in org.openqa.selenium.logging with parameters of type EventType Modifier and Type Method Description <X> void
HasLogEvents. onLogEvent(EventType<X> kind)
-