Uses of Class
org.openqa.selenium.grid.data.Session
Packages that use Session
Package
Description
The
Distributor
is responsible for assigning new
calls to Create Session to a Node
.-
Uses of Session in org.openqa.selenium.grid.data
Methods in org.openqa.selenium.grid.data that return SessionModifier and TypeMethodDescriptionCreateSessionResponse.getSession()
NewSessionResponse.getSession()
Slot.getSession()
Constructors in org.openqa.selenium.grid.data with parameters of type SessionModifierConstructorDescriptionCreateSessionResponse
(Session session, byte[] downstreamEncodedResponse) NewSessionResponse
(RequestId requestId, Session session, byte[] downstreamEncodedResponse) Slot
(SlotId id, Capabilities stereotype, Instant lastStarted, Session session) -
Uses of Session in org.openqa.selenium.grid.distributor
Methods in org.openqa.selenium.grid.distributor with parameters of type SessionModifier and TypeMethodDescriptionabstract void
GridModel.setSession
(SlotId slotId, Session session) Updates a reserved slot to contain an actual session.void
NodeRegistry.setSession
(SlotId slotId, Session session) Set a session for a particular slot. -
Uses of Session in org.openqa.selenium.grid.distributor.local
Methods in org.openqa.selenium.grid.distributor.local with parameters of type SessionModifier and TypeMethodDescriptionvoid
LocalGridModel.setSession
(SlotId slotId, Session session) void
LocalNodeRegistry.setSession
(SlotId slotId, Session session) -
Uses of Session in org.openqa.selenium.grid.node
Methods in org.openqa.selenium.grid.node that return SessionModifier and TypeMethodDescriptionBaseActiveSession.asSession()
abstract Session
Node.getSession
(SessionId id) Methods in org.openqa.selenium.grid.node that return types with arguments of type SessionModifier and TypeMethodDescriptionstatic CapabilityResponseEncoder.ResponseEncoder
<Session, Map<String, Object>, byte[]> CapabilityResponseEncoder.getEncoder
(Dialect dialect) -
Uses of Session in org.openqa.selenium.grid.node.local
Methods in org.openqa.selenium.grid.node.local that return Session -
Uses of Session in org.openqa.selenium.grid.node.remote
Methods in org.openqa.selenium.grid.node.remote that return Session -
Uses of Session in org.openqa.selenium.grid.sessionmap
Methods in org.openqa.selenium.grid.sessionmap that return SessionMethods in org.openqa.selenium.grid.sessionmap with parameters of type Session -
Uses of Session in org.openqa.selenium.grid.sessionmap.local
Methods in org.openqa.selenium.grid.sessionmap.local that return SessionMethods in org.openqa.selenium.grid.sessionmap.local with parameters of type Session -
Uses of Session in org.openqa.selenium.grid.sessionmap.remote
Methods in org.openqa.selenium.grid.sessionmap.remote that return SessionMethods in org.openqa.selenium.grid.sessionmap.remote with parameters of type Session