Uses of Class
org.openqa.selenium.bidi.Event
-
Packages that use Event Package Description org.openqa.selenium.bidi -
-
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)
-