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) -
Uses of Session in org.openqa.selenium.grid.distributor
Methods in org.openqa.selenium.grid.distributor with parameters of type 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
(org.openqa.selenium.remote.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
(org.openqa.selenium.remote.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 SessionModifier and TypeMethodDescriptionNullSessionMap.get
(org.openqa.selenium.remote.SessionId id) abstract Session
SessionMap.get
(org.openqa.selenium.remote.SessionId id) Methods 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