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> voidBiDi. addListener(Event<X> event, java.util.function.Consumer<X> handler)<X> voidConnection. addListener(Event<X> event, java.util.function.Consumer<X> handler)<X> voidBiDi. clearListener(Event<X> event)<X> voidConnection. clearListener(Event<X> event)<X> booleanConnection. 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()
-