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 SessionCreateSessionResponse. getSession()SessionNewSessionResponse. 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 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)
-