Uses of Interface
org.openqa.selenium.events.EventBus
-
-
Uses of EventBus in org.openqa.selenium.events.local
Classes in org.openqa.selenium.events.local that implement EventBus Modifier and Type Class Description classGuavaEventBus -
Uses of EventBus in org.openqa.selenium.events.zeromq
Methods in org.openqa.selenium.events.zeromq that return EventBus Modifier and Type Method Description static EventBusZeroMqEventBus. create(Config config)static EventBusZeroMqEventBus. create(org.zeromq.ZContext context, java.lang.String publish, java.lang.String subscribe, boolean bind, Secret secret) -
Uses of EventBus in org.openqa.selenium.grid.distributor.local
Constructors in org.openqa.selenium.grid.distributor.local with parameters of type EventBus Constructor Description GridModel(EventBus events)LocalDistributor(org.openqa.selenium.remote.tracing.Tracer tracer, EventBus bus, org.openqa.selenium.remote.http.HttpClient.Factory clientFactory, SessionMap sessions, NewSessionQueuer sessionRequests, Secret registrationSecret, java.time.Duration healthcheckInterval) -
Uses of EventBus in org.openqa.selenium.grid.node.local
Methods in org.openqa.selenium.grid.node.local with parameters of type EventBus Modifier and Type Method Description static LocalNode.BuilderLocalNode. builder(org.openqa.selenium.remote.tracing.Tracer tracer, EventBus bus, java.net.URI uri, java.net.URI gridUri, Secret registrationSecret)Constructors in org.openqa.selenium.grid.node.local with parameters of type EventBus Constructor Description SessionSlot(EventBus bus, org.openqa.selenium.Capabilities stereotype, SessionFactory factory) -
Uses of EventBus in org.openqa.selenium.grid.server
Methods in org.openqa.selenium.grid.server that return EventBus Modifier and Type Method Description EventBusEventBusOptions. getEventBus() -
Uses of EventBus in org.openqa.selenium.grid.sessionmap.local
Constructors in org.openqa.selenium.grid.sessionmap.local with parameters of type EventBus Constructor Description LocalSessionMap(org.openqa.selenium.remote.tracing.Tracer tracer, EventBus bus) -
Uses of EventBus in org.openqa.selenium.grid.sessionqueue
Constructors in org.openqa.selenium.grid.sessionqueue with parameters of type EventBus Constructor Description GetNewSessionResponse(org.openqa.selenium.remote.tracing.Tracer tracer, EventBus bus, NewSessionQueue sessionRequests) -
Uses of EventBus in org.openqa.selenium.grid.sessionqueue.local
Constructors in org.openqa.selenium.grid.sessionqueue.local with parameters of type EventBus Constructor Description LocalNewSessionQueue(org.openqa.selenium.remote.tracing.Tracer tracer, EventBus bus, java.time.Duration retryInterval, java.time.Duration requestTimeout)LocalNewSessionQueuer(org.openqa.selenium.remote.tracing.Tracer tracer, EventBus bus, NewSessionQueue sessionRequests, Secret registrationSecret)
-