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 Either<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 TypeMethodDescriptionDriverServiceSessionFactory.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 TypeMethodDescriptionDockerSessionFactory.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 TypeMethodDescriptionSessionSlot.apply(CreateSessionRequest sessionRequest) 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 CreateSessionRequest -
Uses of CreateSessionRequest in org.openqa.selenium.grid.node.remote
Methods in org.openqa.selenium.grid.node.remote with parameters of type CreateSessionRequest