Uses of Interface
org.openqa.selenium.grid.session.ActiveSession
-
Packages that use ActiveSession Package Description org.openqa.selenium.grid.session.remote -
-
Uses of ActiveSession in org.openqa.selenium.grid.session.remote
Classes in org.openqa.selenium.grid.session.remote that implement ActiveSession Modifier and Type Class Description class
RemoteSession
Abstract class designed to do things like protocol conversion.class
ServicedSession
Methods in org.openqa.selenium.grid.session.remote that return ActiveSession Modifier and Type Method Description protected abstract ActiveSession
RemoteSession.Factory. newActiveSession(X additionalData, org.openqa.selenium.remote.Dialect downstream, org.openqa.selenium.remote.Dialect upstream, org.openqa.selenium.remote.http.HttpHandler codec, org.openqa.selenium.remote.SessionId id, java.util.Map<java.lang.String,java.lang.Object> capabilities)
Methods in org.openqa.selenium.grid.session.remote that return types with arguments of type ActiveSession Modifier and Type Method Description java.util.Optional<ActiveSession>
ServicedSession.Factory. apply(CreateSessionRequest sessionRequest)
protected java.util.Optional<ActiveSession>
RemoteSession.Factory. performHandshake(org.openqa.selenium.remote.tracing.Tracer tracer, X additionalData, java.net.URL url, java.util.Set<org.openqa.selenium.remote.Dialect> downstreamDialects, org.openqa.selenium.Capabilities capabilities)
-