Uses of Interface
org.openqa.selenium.grid.session.ActiveSession
-
Packages that use ActiveSession Package Description org.openqa.selenium.grid.session.remote org.openqa.selenium.remote.server -
-
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)
-
Uses of ActiveSession in org.openqa.selenium.remote.server
Methods in org.openqa.selenium.remote.server that return ActiveSession Modifier and Type Method Description ActiveSession
NewSessionPipeline. createNewSession(org.openqa.selenium.remote.NewSessionPayload payload)
ActiveSession
ActiveSessions. get(org.openqa.selenium.remote.SessionId id)
Methods in org.openqa.selenium.remote.server that return types with arguments of type ActiveSession Modifier and Type Method Description java.util.Optional<ActiveSession>
ActiveSessionFactory. apply(CreateSessionRequest sessionRequest)
java.util.Collection<ActiveSession>
ActiveSessions. getAllSessions()
Methods in org.openqa.selenium.remote.server with parameters of type ActiveSession Modifier and Type Method Description default void
ActiveSessionListener. onAccess(ActiveSession session)
default void
ActiveSessionListener. onStop(ActiveSession session)
void
ActiveSessions. put(ActiveSession session)
-