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, int newSessionThreadPoolSize)
-
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 class
NullSessionMap
-
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 SessionMap
SessionMapOptions. 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 class
LocalSessionMap
Methods in org.openqa.selenium.grid.sessionmap.local that return SessionMap Modifier and Type Method Description static SessionMap
LocalSessionMap. 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 class
RemoteSessionMap
Methods in org.openqa.selenium.grid.sessionmap.remote that return SessionMap Modifier and Type Method Description static SessionMap
RemoteSessionMap. create(org.openqa.selenium.grid.config.Config config)
-