Uses of Interface
org.openqa.selenium.grid.session.ActiveSession
Packages that use ActiveSession
-
Uses of ActiveSession in org.openqa.selenium.grid.session.remote
Classes in org.openqa.selenium.grid.session.remote that implement ActiveSessionModifier and TypeClassDescriptionclass
Abstract class designed to do things like protocol conversion.class
Methods in org.openqa.selenium.grid.session.remote that return ActiveSessionModifier and TypeMethodDescriptionprotected 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, Map<String, Object> capabilities) Methods in org.openqa.selenium.grid.session.remote that return types with arguments of type ActiveSessionModifier and TypeMethodDescriptionServicedSession.Factory.apply
(CreateSessionRequest sessionRequest) protected Optional<ActiveSession>
RemoteSession.Factory.performHandshake
(org.openqa.selenium.remote.tracing.Tracer tracer, X additionalData, URL url, Set<org.openqa.selenium.remote.Dialect> downstreamDialects, org.openqa.selenium.Capabilities capabilities)