Uses of Class
org.openqa.selenium.grid.sessionmap.SessionMap
-
Packages that use SessionMap Package Description org.openqa.selenium.grid.distributor TheDistributoris responsible for assigning new calls to Create Session to aNode.org.openqa.selenium.grid.distributor.local org.openqa.selenium.grid.router org.openqa.selenium.grid.sessionmap org.openqa.selenium.grid.sessionmap.config org.openqa.selenium.grid.sessionmap.local org.openqa.selenium.grid.sessionmap.remote -
-
Uses of SessionMap in org.openqa.selenium.grid.distributor
Constructors in org.openqa.selenium.grid.distributor with parameters of type SessionMap Constructor Description Distributor(org.openqa.selenium.remote.tracing.Tracer tracer, org.openqa.selenium.remote.http.HttpClient.Factory httpClientFactory, SlotSelector slotSelector, SessionMap sessions, Secret registrationSecret) -
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, NewSessionQueuer sessionRequests, Secret registrationSecret, java.time.Duration healthcheckInterval) -
Uses of SessionMap in org.openqa.selenium.grid.router
Constructors in org.openqa.selenium.grid.router with parameters of type SessionMap Constructor Description ProxyCdpIntoGrid(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, NewSessionQueuer queuer, 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(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(Config config)
-