Uses of Interface
org.openqa.selenium.grid.node.ActiveSession
Packages that use ActiveSession
Package
Description
-
Uses of ActiveSession in org.openqa.selenium.grid.node
Classes in org.openqa.selenium.grid.node that implement ActiveSession -
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 ActiveSessionModifier and TypeMethodDescriptionorg.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 ActiveSessionMethods in org.openqa.selenium.grid.node.docker that return types with arguments of type ActiveSessionModifier and TypeMethodDescriptionorg.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 ActiveSessionMethods in org.openqa.selenium.grid.node.local that return types with arguments of type ActiveSessionModifier and TypeMethodDescriptionorg.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 ActiveSessionModifier and TypeMethodDescriptionorg.openqa.selenium.internal.Either<org.openqa.selenium.WebDriverException,
ActiveSession> RelaySessionFactory.apply
(CreateSessionRequest sessionRequest)