Uses of Class
org.openqa.selenium.grid.data.CreateSessionResponse
-
Packages that use CreateSessionResponse Package Description org.openqa.selenium.grid.distributor TheDistributor
is responsible for assigning new calls to Create Session to aNode
.org.openqa.selenium.grid.distributor.local org.openqa.selenium.grid.distributor.remote org.openqa.selenium.grid.node org.openqa.selenium.grid.node.local org.openqa.selenium.grid.node.remote org.openqa.selenium.grid.sessionqueue org.openqa.selenium.grid.sessionqueue.local org.openqa.selenium.grid.sessionqueue.remote -
-
Uses of CreateSessionResponse in org.openqa.selenium.grid.distributor
Methods in org.openqa.selenium.grid.distributor that return types with arguments of type CreateSessionResponse Modifier and Type Method Description abstract org.openqa.selenium.internal.Either<org.openqa.selenium.SessionNotCreatedException,CreateSessionResponse>
Distributor. newSession(SessionRequest request)
-
Uses of CreateSessionResponse in org.openqa.selenium.grid.distributor.local
Methods in org.openqa.selenium.grid.distributor.local that return types with arguments of type CreateSessionResponse Modifier and Type Method Description org.openqa.selenium.internal.Either<org.openqa.selenium.SessionNotCreatedException,CreateSessionResponse>
LocalDistributor. newSession(SessionRequest request)
-
Uses of CreateSessionResponse in org.openqa.selenium.grid.distributor.remote
Methods in org.openqa.selenium.grid.distributor.remote that return types with arguments of type CreateSessionResponse Modifier and Type Method Description org.openqa.selenium.internal.Either<org.openqa.selenium.SessionNotCreatedException,CreateSessionResponse>
RemoteDistributor. newSession(SessionRequest sessionRequest)
-
Uses of CreateSessionResponse in org.openqa.selenium.grid.node
Methods in org.openqa.selenium.grid.node that return types with arguments of type CreateSessionResponse Modifier and Type Method Description abstract org.openqa.selenium.internal.Either<org.openqa.selenium.WebDriverException,CreateSessionResponse>
Node. newSession(CreateSessionRequest sessionRequest)
-
Uses of CreateSessionResponse in org.openqa.selenium.grid.node.local
Methods in org.openqa.selenium.grid.node.local that return types with arguments of type CreateSessionResponse Modifier and Type Method Description org.openqa.selenium.internal.Either<org.openqa.selenium.WebDriverException,CreateSessionResponse>
LocalNode. newSession(CreateSessionRequest sessionRequest)
-
Uses of CreateSessionResponse in org.openqa.selenium.grid.node.remote
Methods in org.openqa.selenium.grid.node.remote that return types with arguments of type CreateSessionResponse Modifier and Type Method Description org.openqa.selenium.internal.Either<org.openqa.selenium.WebDriverException,CreateSessionResponse>
RemoteNode. newSession(CreateSessionRequest sessionRequest)
-
Uses of CreateSessionResponse in org.openqa.selenium.grid.sessionqueue
Method parameters in org.openqa.selenium.grid.sessionqueue with type arguments of type CreateSessionResponse Modifier and Type Method Description abstract void
NewSessionQueue. complete(RequestId reqId, org.openqa.selenium.internal.Either<org.openqa.selenium.SessionNotCreatedException,CreateSessionResponse> result)
-
Uses of CreateSessionResponse in org.openqa.selenium.grid.sessionqueue.local
Method parameters in org.openqa.selenium.grid.sessionqueue.local with type arguments of type CreateSessionResponse Modifier and Type Method Description void
LocalNewSessionQueue. complete(RequestId reqId, org.openqa.selenium.internal.Either<org.openqa.selenium.SessionNotCreatedException,CreateSessionResponse> result)
-
Uses of CreateSessionResponse in org.openqa.selenium.grid.sessionqueue.remote
Method parameters in org.openqa.selenium.grid.sessionqueue.remote with type arguments of type CreateSessionResponse Modifier and Type Method Description void
RemoteNewSessionQueue. complete(RequestId reqId, org.openqa.selenium.internal.Either<org.openqa.selenium.SessionNotCreatedException,CreateSessionResponse> result)
-