Uses of Class
org.openqa.selenium.grid.data.CreateSessionRequest
Packages that use CreateSessionRequest
Package
Description
-
Uses of CreateSessionRequest in org.openqa.selenium.grid.node
Methods in org.openqa.selenium.grid.node with parameters of type CreateSessionRequestModifier and TypeMethodDescriptionabstract org.openqa.selenium.internal.Either<org.openqa.selenium.WebDriverException,
CreateSessionResponse> Node.newSession
(CreateSessionRequest sessionRequest) -
Uses of CreateSessionRequest in org.openqa.selenium.grid.node.config
Methods in org.openqa.selenium.grid.node.config with parameters of type CreateSessionRequestModifier and TypeMethodDescriptionorg.openqa.selenium.internal.Either<org.openqa.selenium.WebDriverException,
ActiveSession> DriverServiceSessionFactory.apply
(CreateSessionRequest sessionRequest) -
Uses of CreateSessionRequest in org.openqa.selenium.grid.node.docker
Methods in org.openqa.selenium.grid.node.docker with parameters of type CreateSessionRequestModifier and TypeMethodDescriptionorg.openqa.selenium.internal.Either<org.openqa.selenium.WebDriverException,
ActiveSession> DockerSessionFactory.apply
(CreateSessionRequest sessionRequest) -
Uses of CreateSessionRequest in org.openqa.selenium.grid.node.local
Methods in org.openqa.selenium.grid.node.local with parameters of type CreateSessionRequestModifier and TypeMethodDescriptionorg.openqa.selenium.internal.Either<org.openqa.selenium.WebDriverException,
ActiveSession> SessionSlot.apply
(CreateSessionRequest sessionRequest) org.openqa.selenium.internal.Either<org.openqa.selenium.WebDriverException,
CreateSessionResponse> LocalNode.newSession
(CreateSessionRequest sessionRequest) -
Uses of CreateSessionRequest in org.openqa.selenium.grid.node.relay
Methods in org.openqa.selenium.grid.node.relay with parameters of type CreateSessionRequestModifier and TypeMethodDescriptionorg.openqa.selenium.internal.Either<org.openqa.selenium.WebDriverException,
ActiveSession> RelaySessionFactory.apply
(CreateSessionRequest sessionRequest) -
Uses of CreateSessionRequest in org.openqa.selenium.grid.node.remote
Methods in org.openqa.selenium.grid.node.remote with parameters of type CreateSessionRequestModifier and TypeMethodDescriptionorg.openqa.selenium.internal.Either<org.openqa.selenium.WebDriverException,
CreateSessionResponse> RemoteNode.newSession
(CreateSessionRequest sessionRequest)