Uses of Class
org.openqa.selenium.bidi.Event
-
Packages that use Event Package Description org.openqa.selenium.bidi org.openqa.selenium.bidi.log -
-
Uses of Event in org.openqa.selenium.bidi
Methods in org.openqa.selenium.bidi with parameters of type Event Modifier and Type Method Description <X> void
BiDi. addListener(Event<X> event, java.util.function.Consumer<X> handler)
<X> void
Connection. addListener(Event<X> event, java.util.function.Consumer<X> handler)
<X> void
BiDi. clearListener(Event<X> event)
<X> void
Connection. clearListener(Event<X> event)
<X> boolean
Connection. isEventSubscribed(Event<X> event)
-
Uses of Event in org.openqa.selenium.bidi.log
Methods in org.openqa.selenium.bidi.log that return Event Modifier and Type Method Description static Event<LogEntry>
Log. entryAdded()
-