Uses of Class
org.openqa.selenium.grid.data.Session
-
Packages that use Session Package Description org.openqa.selenium.grid.data org.openqa.selenium.grid.distributor TheDistributor
is responsible for assigning new calls to Create Session to aNode
.org.openqa.selenium.grid.node org.openqa.selenium.grid.node.local org.openqa.selenium.grid.node.remote org.openqa.selenium.grid.sessionmap org.openqa.selenium.grid.sessionmap.local org.openqa.selenium.grid.sessionmap.remote -
-
Uses of Session in org.openqa.selenium.grid.data
Methods in org.openqa.selenium.grid.data that return Session Modifier and Type Method Description Session
CreateSessionResponse. getSession()
Session
NewSessionResponse. getSession()
Session
Slot. getSession()
Constructors in org.openqa.selenium.grid.data with parameters of type Session Constructor Description CreateSessionResponse(Session session, byte[] downstreamEncodedResponse)
NewSessionResponse(RequestId requestId, Session session, byte[] downstreamEncodedResponse)
Slot(SlotId id, org.openqa.selenium.Capabilities stereotype, java.time.Instant lastStarted, Session session)
-
Uses of Session in org.openqa.selenium.grid.distributor
Methods in org.openqa.selenium.grid.distributor with parameters of type Session Modifier and Type Method Description void
GridModel. setSession(SlotId slotId, Session session)
-
Uses of Session in org.openqa.selenium.grid.node
Methods in org.openqa.selenium.grid.node that return Session Modifier and Type Method Description Session
BaseActiveSession. 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 Session Modifier and Type Method Description static CapabilityResponseEncoder.ResponseEncoder<Session,java.util.Map<java.lang.String,java.lang.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 Modifier and Type Method Description Session
LocalNode. getSession(org.openqa.selenium.remote.SessionId id)
-
Uses of Session in org.openqa.selenium.grid.node.remote
Methods in org.openqa.selenium.grid.node.remote that return Session Modifier and Type Method Description Session
RemoteNode. getSession(org.openqa.selenium.remote.SessionId id)
-
Uses of Session in org.openqa.selenium.grid.sessionmap
Methods in org.openqa.selenium.grid.sessionmap that return Session Modifier and Type Method Description Session
NullSessionMap. 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 Modifier and Type Method Description boolean
NullSessionMap. add(Session session)
abstract boolean
SessionMap. add(Session session)
-
Uses of Session in org.openqa.selenium.grid.sessionmap.local
Methods in org.openqa.selenium.grid.sessionmap.local that return Session Modifier and Type Method Description Session
LocalSessionMap. get(org.openqa.selenium.remote.SessionId id)
Methods in org.openqa.selenium.grid.sessionmap.local with parameters of type Session Modifier and Type Method Description boolean
LocalSessionMap. add(Session session)
-
Uses of Session in org.openqa.selenium.grid.sessionmap.remote
Methods in org.openqa.selenium.grid.sessionmap.remote that return Session Modifier and Type Method Description Session
RemoteSessionMap. get(org.openqa.selenium.remote.SessionId id)
Methods in org.openqa.selenium.grid.sessionmap.remote with parameters of type Session Modifier and Type Method Description boolean
RemoteSessionMap. add(Session session)
-