Uses of Class
org.openqa.selenium.remote.server.NewSessionPipeline
-
Packages that use NewSessionPipeline Package Description org.openqa.selenium.remote.server org.openqa.selenium.remote.server.commandhandler -
-
Uses of NewSessionPipeline in org.openqa.selenium.remote.server
Methods in org.openqa.selenium.remote.server that return NewSessionPipeline Modifier and Type Method Description NewSessionPipeline
NewSessionPipeline.Builder. create()
Constructors in org.openqa.selenium.remote.server with parameters of type NewSessionPipeline Constructor Description WebDriverServlet(ActiveSessions allSessions, NewSessionPipeline pipeline)
-
Uses of NewSessionPipeline in org.openqa.selenium.remote.server.commandhandler
Constructors in org.openqa.selenium.remote.server.commandhandler with parameters of type NewSessionPipeline Constructor Description BeginSession(NewSessionPipeline pipeline, ActiveSessions allSessions, org.openqa.selenium.json.Json json)
-