Uses of Class
org.openqa.selenium.events.Event
-
Packages that use Event Package Description org.openqa.selenium.events org.openqa.selenium.events.local org.openqa.selenium.grid.data -
-
Uses of Event in org.openqa.selenium.events
Methods in org.openqa.selenium.events with parameters of type Event Modifier and Type Method Description void
EventBus. fire(Event event)
Method parameters in org.openqa.selenium.events with type arguments of type Event Modifier and Type Method Description void
EventBus. addListener(Type type, java.util.function.Consumer<Event> onType)
-
Uses of Event in org.openqa.selenium.events.local
Methods in org.openqa.selenium.events.local with parameters of type Event Modifier and Type Method Description void
GuavaEventBus. fire(Event event)
Method parameters in org.openqa.selenium.events.local with type arguments of type Event Modifier and Type Method Description void
GuavaEventBus. addListener(Type type, java.util.function.Consumer<Event> onType)
-
Uses of Event in org.openqa.selenium.grid.data
Subclasses of Event in org.openqa.selenium.grid.data Modifier and Type Class Description class
NodeStatusEvent
class
SessionClosedEvent
-