Uses of Class
org.openqa.selenium.grid.data.Session
-
Packages that use Session Package Description org.openqa.selenium.grid.data -
-
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)
-