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 classRemoteSessionAbstract class designed to do things like protocol conversion.classServicedSessionMethods in org.openqa.selenium.grid.session.remote that return ActiveSession Modifier and Type Method Description protected abstract ActiveSessionRemoteSession.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)
-