Uses of Class
org.openqa.selenium.grid.sessionqueue.NewSessionQueuer
-
-
Uses of NewSessionQueuer in org.openqa.selenium.grid.distributor.local
Constructors in org.openqa.selenium.grid.distributor.local with parameters of type NewSessionQueuer 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 NewSessionQueuer in org.openqa.selenium.grid.sessionqueue.config
Methods in org.openqa.selenium.grid.sessionqueue.config that return NewSessionQueuer Modifier and Type Method Description NewSessionQueuerNewSessionQueuerOptions. getSessionQueuer(java.lang.String implementation) -
Uses of NewSessionQueuer in org.openqa.selenium.grid.sessionqueue.local
Subclasses of NewSessionQueuer in org.openqa.selenium.grid.sessionqueue.local Modifier and Type Class Description classLocalNewSessionQueuerMethods in org.openqa.selenium.grid.sessionqueue.local that return NewSessionQueuer Modifier and Type Method Description static NewSessionQueuerLocalNewSessionQueuer. create(Config config) -
Uses of NewSessionQueuer in org.openqa.selenium.grid.sessionqueue.remote
Subclasses of NewSessionQueuer in org.openqa.selenium.grid.sessionqueue.remote Modifier and Type Class Description classRemoteNewSessionQueuerMethods in org.openqa.selenium.grid.sessionqueue.remote that return NewSessionQueuer Modifier and Type Method Description static NewSessionQueuerRemoteNewSessionQueuer. create(Config config)
-