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(org.openqa.selenium.remote.tracing.Tracer tracer, 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 NewSessionQueueNewSessionQueueOptions. 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 classLocalNewSessionQueueFields in org.openqa.selenium.grid.sessionqueue.local declared as NewSessionQueue Modifier and Type Field Description NewSessionQueueLocalNewSessionQueuer. sessionRequestsMethods in org.openqa.selenium.grid.sessionqueue.local that return NewSessionQueue Modifier and Type Method Description static NewSessionQueueLocalNewSessionQueue. 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)
-