Uses of Class
org.openqa.selenium.grid.sessionmap.SessionMap
-
Packages that use SessionMap Package Description org.openqa.selenium.grid.distributor TheDistributor
is 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)
-
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, 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(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(Config config)
-