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 class
GuavaEventBus
-
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 EventBus
ZeroMqEventBus. create(Config config)
static EventBus
ZeroMqEventBus. create(org.zeromq.ZContext context, java.lang.String publish, java.lang.String subscribe, boolean bind)
-
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 LocalDistributor(io.opentelemetry.trace.Tracer tracer, EventBus bus, org.openqa.selenium.remote.http.HttpClient.Factory clientFactory, SessionMap sessions, java.lang.String registrationSecret)
-
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.Builder
LocalNode. builder(io.opentelemetry.trace.Tracer tracer, EventBus bus, org.openqa.selenium.remote.http.HttpClient.Factory httpClientFactory, java.net.URI uri, java.lang.String registrationSecret)
Constructors in org.openqa.selenium.grid.node.local with parameters of type EventBus Constructor Description Builder(io.opentelemetry.trace.Tracer tracer, EventBus bus, org.openqa.selenium.remote.http.HttpClient.Factory httpClientFactory, java.net.URI uri, java.lang.String registrationSecret)
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 EventBus
EventBusOptions. 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(io.opentelemetry.trace.Tracer tracer, EventBus bus)
-