Uses of Class
org.openqa.selenium.grid.sessionmap.SessionMap
-
-
Uses of SessionMap in org.openqa.selenium.grid.distributor.local
Constructors in org.openqa.selenium.grid.distributor.local with parameters of type SessionMap Constructor Description LocalDistributor(org.openqa.selenium.remote.tracing.Tracer tracer, EventBus bus, org.openqa.selenium.remote.http.HttpClient.Factory clientFactory, SessionMap sessions, NewSessionQueue sessionQueue, SlotSelector slotSelector, Secret registrationSecret, java.time.Duration healthcheckInterval, boolean rejectUnsupportedCaps, java.time.Duration sessionRequestRetryInterval) -
Uses of SessionMap in org.openqa.selenium.grid.router
Constructors in org.openqa.selenium.grid.router with parameters of type SessionMap Constructor Description ProxyWebsocketsIntoGrid(org.openqa.selenium.remote.http.HttpClient.Factory clientFactory, SessionMap sessions)Router(org.openqa.selenium.remote.tracing.Tracer tracer, org.openqa.selenium.remote.http.HttpClient.Factory clientFactory, SessionMap sessions, NewSessionQueue queue, Distributor distributor) -
Uses of SessionMap in org.openqa.selenium.grid.sessionmap
Subclasses of SessionMap in org.openqa.selenium.grid.sessionmap Modifier and Type Class Description classNullSessionMap -
Uses of SessionMap in org.openqa.selenium.grid.sessionmap.config
Methods in org.openqa.selenium.grid.sessionmap.config that return SessionMap Modifier and Type Method Description SessionMapSessionMapOptions. getSessionMap() -
Uses of SessionMap in org.openqa.selenium.grid.sessionmap.local
Subclasses of SessionMap in org.openqa.selenium.grid.sessionmap.local Modifier and Type Class Description classLocalSessionMapMethods in org.openqa.selenium.grid.sessionmap.local that return SessionMap Modifier and Type Method Description static SessionMapLocalSessionMap. create(org.openqa.selenium.grid.config.Config config) -
Uses of SessionMap in org.openqa.selenium.grid.sessionmap.remote
Subclasses of SessionMap in org.openqa.selenium.grid.sessionmap.remote Modifier and Type Class Description classRemoteSessionMapMethods in org.openqa.selenium.grid.sessionmap.remote that return SessionMap Modifier and Type Method Description static SessionMapRemoteSessionMap. create(org.openqa.selenium.grid.config.Config config)
-