Uses of Class
org.openqa.selenium.devtools.Event
Packages that use Event
Package
Description
-
Uses of Event in org.openqa.selenium.devtools
Methods in org.openqa.selenium.devtools with parameters of type EventModifier and TypeMethodDescription<X> void
Connection.addListener
(Event<X> event, BiConsumer<Long, X> handler) <X> void
DevTools.addListener
(Event<X> event, BiConsumer<Long, X> handler) Register a handler to the given event, this handler will receive a sequence number to determinate the order of the data generated by the event.<X> void
DevTools.addListener
(Event<X> event, Consumer<X> handler) Register a handler to the given event. -
Uses of Event in org.openqa.selenium.devtools.idealized
Methods in org.openqa.selenium.devtools.idealized that return EventModifier and TypeMethodDescriptionprotected abstract Event
<AUTHREQUIRED> Network.authRequiredEvent()
protected abstract Event
<BINDINGCALLED> Javascript.bindingCalledEvent()
protected abstract Event
<CONSOLEEVENT> Events.consoleEvent()
protected abstract Event
<EXCEPTIONTHROWN> Events.exceptionThrownEvent()
protected abstract Event
<REQUESTPAUSED> Network.requestPausedEvent()
-
Uses of Event in org.openqa.selenium.devtools.idealized.log
Methods in org.openqa.selenium.devtools.idealized.log that return Event -
Uses of Event in org.openqa.selenium.devtools.idealized.target
Methods in org.openqa.selenium.devtools.idealized.target that return Event