Uses of Interface
org.openqa.selenium.grid.node.ActiveSession
-
Packages that use ActiveSession Package Description org.openqa.selenium.grid.docker org.openqa.selenium.grid.node org.openqa.selenium.grid.node.config org.openqa.selenium.grid.node.local -
-
Uses of ActiveSession in org.openqa.selenium.grid.docker
Methods in org.openqa.selenium.grid.docker that return types with arguments of type ActiveSession Modifier and Type Method Description java.util.Optional<ActiveSession>
DockerSessionFactory. apply(CreateSessionRequest sessionRequest)
-
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 java.util.Optional<ActiveSession>
DriverServiceSessionFactory. 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 java.util.Optional<ActiveSession>
SessionSlot. apply(CreateSessionRequest sessionRequest)
-