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 NewSessionQueuer
NewSessionQueuerOptions. 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 class
LocalNewSessionQueuer
Methods in org.openqa.selenium.grid.sessionqueue.local that return NewSessionQueuer Modifier and Type Method Description static NewSessionQueuer
LocalNewSessionQueuer. 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 class
RemoteNewSessionQueuer
Methods in org.openqa.selenium.grid.sessionqueue.remote that return NewSessionQueuer Modifier and Type Method Description static NewSessionQueuer
RemoteNewSessionQueuer. create(Config config)
-