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.dataMethods 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.distributorMethods in org.openqa.selenium.grid.distributor with parameters of type Session
- 
Uses of Session in org.openqa.selenium.grid.nodeMethods in org.openqa.selenium.grid.node that return SessionModifier and TypeMethodDescriptionBaseActiveSession.asSession()abstract SessionNode.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.localMethods in org.openqa.selenium.grid.node.local that return Session
- 
Uses of Session in org.openqa.selenium.grid.node.remoteMethods in org.openqa.selenium.grid.node.remote that return Session
- 
Uses of Session in org.openqa.selenium.grid.sessionmapMethods 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.localMethods 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.remoteMethods in org.openqa.selenium.grid.sessionmap.remote that return SessionMethods in org.openqa.selenium.grid.sessionmap.remote with parameters of type Session