Uses of Class
org.openqa.selenium.grid.data.Session
-
-
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()
Methods in org.openqa.selenium.grid.data that return types with arguments of type Session Modifier and Type Method Description java.util.Optional<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)
Constructor parameters in org.openqa.selenium.grid.data with type arguments of type Session Constructor Description Slot(SlotId id, org.openqa.selenium.Capabilities stereotype, java.time.Instant lastStarted, java.util.Optional<Session> session)
-
Uses of Session in org.openqa.selenium.grid.distributor.local
Methods in org.openqa.selenium.grid.distributor.local 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)
-