Package org.openqa.selenium.grid.data
Class SessionCreatedData
java.lang.Object
org.openqa.selenium.grid.data.SessionCreatedData
Data structure that carries session creation information for SessionCreatedEvent. This provides
rich context about newly created sessions for sidecar services to consume.
-
Constructor Summary
ConstructorsConstructorDescriptionSessionCreatedData(org.openqa.selenium.remote.SessionId sessionId, NodeId nodeId, URI nodeUri, URI sessionUri, org.openqa.selenium.Capabilities capabilities, org.openqa.selenium.Capabilities stereotype, Instant startTime) -
Method Summary
Modifier and TypeMethodDescriptionorg.openqa.selenium.Capabilitiesorg.openqa.selenium.remote.SessionIdorg.openqa.selenium.CapabilitiestoString()
-
Constructor Details
-
SessionCreatedData
-
-
Method Details
-
getSessionId
public org.openqa.selenium.remote.SessionId getSessionId() -
getNodeId
-
getNodeUri
-
getSessionUri
-
getCapabilities
public org.openqa.selenium.Capabilities getCapabilities() -
getStereotype
public org.openqa.selenium.Capabilities getStereotype() -
getStartTime
-
toString
-