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 TheDistributoris 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 SessionCreateSessionResponse. getSession()SessionNewSessionResponse. getSession()SessionSlot. 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 voidGridModel. 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 SessionBaseActiveSession. asSession()abstract SessionNode. 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 SessionLocalNode. 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 SessionRemoteNode. 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 SessionNullSessionMap. get(org.openqa.selenium.remote.SessionId id)abstract SessionSessionMap. get(org.openqa.selenium.remote.SessionId id)Methods in org.openqa.selenium.grid.sessionmap with parameters of type Session Modifier and Type Method Description booleanNullSessionMap. add(Session session)abstract booleanSessionMap. 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 SessionLocalSessionMap. 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 booleanLocalSessionMap. 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 SessionRemoteSessionMap. 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 booleanRemoteSessionMap. add(Session session)
-