Uses of Class
org.openqa.selenium.grid.sessionqueue.NewSessionQueue
-
Packages that use NewSessionQueue Package Description org.openqa.selenium.grid.sessionqueue org.openqa.selenium.grid.sessionqueue.config org.openqa.selenium.grid.sessionqueue.local -
-
Uses of NewSessionQueue in org.openqa.selenium.grid.sessionqueue
Constructors in org.openqa.selenium.grid.sessionqueue with parameters of type NewSessionQueue Constructor Description GetNewSessionResponse(EventBus bus, NewSessionQueue sessionRequests)
-
Uses of NewSessionQueue in org.openqa.selenium.grid.sessionqueue.config
Methods in org.openqa.selenium.grid.sessionqueue.config that return NewSessionQueue Modifier and Type Method Description NewSessionQueue
NewSessionQueueOptions. getSessionQueue()
-
Uses of NewSessionQueue in org.openqa.selenium.grid.sessionqueue.local
Subclasses of NewSessionQueue in org.openqa.selenium.grid.sessionqueue.local Modifier and Type Class Description class
LocalNewSessionQueue
Fields in org.openqa.selenium.grid.sessionqueue.local declared as NewSessionQueue Modifier and Type Field Description NewSessionQueue
LocalNewSessionQueuer. sessionRequests
Methods in org.openqa.selenium.grid.sessionqueue.local that return NewSessionQueue Modifier and Type Method Description static NewSessionQueue
LocalNewSessionQueue. create(Config config)
Constructors in org.openqa.selenium.grid.sessionqueue.local with parameters of type NewSessionQueue Constructor Description LocalNewSessionQueuer(org.openqa.selenium.remote.tracing.Tracer tracer, EventBus bus, NewSessionQueue sessionRequests, Secret registrationSecret)
-