Uses of Class
org.openqa.selenium.grid.data.Session
Package
Description
The
Distributor
is responsible for assigning new
calls to Create Session to a Node
.-
Uses of Session in org.openqa.selenium.grid.data
Modifier and TypeMethodDescriptionCreateSessionResponse.getSession()
NewSessionResponse.getSession()
Slot.getSession()
ModifierConstructorDescriptionCreateSessionResponse
(Session session, byte[] downstreamEncodedResponse) NewSessionResponse
(RequestId requestId, Session session, byte[] downstreamEncodedResponse) Slot
(SlotId id, Capabilities stereotype, Instant lastStarted, Session session) -
Uses of Session in org.openqa.selenium.grid.distributor
-
Uses of Session in org.openqa.selenium.grid.node
Modifier and TypeMethodDescriptionBaseActiveSession.asSession()
abstract Session
Node.getSession
(SessionId id) Modifier and TypeMethodDescriptionstatic CapabilityResponseEncoder.ResponseEncoder<Session,
Map<String, Object>, byte[]> CapabilityResponseEncoder.getEncoder
(Dialect dialect) -
Uses of Session in org.openqa.selenium.grid.node.local
-
Uses of Session in org.openqa.selenium.grid.node.remote
-
Uses of Session in org.openqa.selenium.grid.sessionmap
-
Uses of Session in org.openqa.selenium.grid.sessionmap.local
-
Uses of Session in org.openqa.selenium.grid.sessionmap.remote