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 org.openqa.selenium.remote.server.commandhandler -
-
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(io.opentelemetry.trace.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 ActiveSessionNewSessionPipeline. createNewSession(org.openqa.selenium.remote.NewSessionPayload payload)ActiveSessionActiveSessions. 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 voidActiveSessionListener. onAccess(ActiveSession session)default voidActiveSessionListener. onStop(ActiveSession session)voidActiveSessions. put(ActiveSession session) -
Uses of ActiveSession in org.openqa.selenium.remote.server.commandhandler
Constructors in org.openqa.selenium.remote.server.commandhandler with parameters of type ActiveSession Constructor Description GetLogsOfType(org.openqa.selenium.json.Json json, ActiveSession session)GetLogTypes(org.openqa.selenium.json.Json json, ActiveSession session)UploadFile(org.openqa.selenium.json.Json json, ActiveSession session)
-