Uses of Class
org.openqa.selenium.devtools.Event
-
Packages that use Event Package Description org.openqa.selenium.devtools org.openqa.selenium.devtools.idealized org.openqa.selenium.devtools.idealized.log org.openqa.selenium.devtools.idealized.target -
-
Uses of Event in org.openqa.selenium.devtools
Methods in org.openqa.selenium.devtools with parameters of type Event Modifier and Type Method Description <X> void
Connection. addListener(Event<X> event, java.util.function.Consumer<X> handler)
<X> void
DevTools. addListener(Event<X> event, java.util.function.Consumer<X> handler)
-
Uses of Event in org.openqa.selenium.devtools.idealized
Methods in org.openqa.selenium.devtools.idealized that return Event Modifier and Type Method Description protected 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 Modifier and Type Method Description Event<LogEntry>
Log. entryAdded()
-
Uses of Event in org.openqa.selenium.devtools.idealized.target
Methods in org.openqa.selenium.devtools.idealized.target that return Event Modifier and Type Method Description Event<TargetID>
Target. detached()
-