Uses of Interface
org.openqa.selenium.grid.node.ActiveSession
-
-
Uses of ActiveSession in org.openqa.selenium.grid.node
Classes in org.openqa.selenium.grid.node that implement ActiveSession Modifier and Type Class Description class
BaseActiveSession
class
ProtocolConvertingSession
-
Uses of ActiveSession in org.openqa.selenium.grid.node.config
Methods in org.openqa.selenium.grid.node.config that return types with arguments of type ActiveSession Modifier and Type Method Description org.openqa.selenium.internal.Either<org.openqa.selenium.WebDriverException,ActiveSession>
DriverServiceSessionFactory. apply(CreateSessionRequest sessionRequest)
-
Uses of ActiveSession in org.openqa.selenium.grid.node.docker
Classes in org.openqa.selenium.grid.node.docker that implement ActiveSession Modifier and Type Class Description class
DockerSession
Methods in org.openqa.selenium.grid.node.docker that return types with arguments of type ActiveSession Modifier and Type Method Description org.openqa.selenium.internal.Either<org.openqa.selenium.WebDriverException,ActiveSession>
DockerSessionFactory. apply(CreateSessionRequest sessionRequest)
-
Uses of ActiveSession in org.openqa.selenium.grid.node.local
Methods in org.openqa.selenium.grid.node.local that return ActiveSession Modifier and Type Method Description ActiveSession
SessionSlot. getSession()
Methods in org.openqa.selenium.grid.node.local that return types with arguments of type ActiveSession Modifier and Type Method Description org.openqa.selenium.internal.Either<org.openqa.selenium.WebDriverException,ActiveSession>
SessionSlot. apply(CreateSessionRequest sessionRequest)
-
Uses of ActiveSession in org.openqa.selenium.grid.node.relay
Methods in org.openqa.selenium.grid.node.relay that return types with arguments of type ActiveSession Modifier and Type Method Description org.openqa.selenium.internal.Either<org.openqa.selenium.WebDriverException,ActiveSession>
RelaySessionFactory. apply(CreateSessionRequest sessionRequest)
-