Uses of Enum Class
org.openqa.selenium.grid.data.SessionClosedReason
Packages that use SessionClosedReason
-
Uses of SessionClosedReason in org.openqa.selenium.grid.data
Methods in org.openqa.selenium.grid.data that return SessionClosedReasonModifier and TypeMethodDescriptionSessionClosedData.getReason()static SessionClosedReasonReturns the enum constant of this class with the specified name.static SessionClosedReason[]SessionClosedReason.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.openqa.selenium.grid.data with parameters of type SessionClosedReasonModifierConstructorDescriptionSessionClosedData(org.openqa.selenium.remote.SessionId sessionId, SessionClosedReason reason) Backward compatible constructor for existing code.SessionClosedData(org.openqa.selenium.remote.SessionId sessionId, SessionClosedReason reason, @Nullable NodeId nodeId, @Nullable URI nodeUri, @Nullable org.openqa.selenium.Capabilities capabilities, @Nullable Instant startTime, Instant endTime) Full constructor with all session context for sidecar services.SessionClosedEvent(org.openqa.selenium.remote.SessionId id, SessionClosedReason reason) Backward compatible constructor using SessionId and reason. -
Uses of SessionClosedReason in org.openqa.selenium.grid.node.local
Methods in org.openqa.selenium.grid.node.local with parameters of type SessionClosedReasonModifier and TypeMethodDescriptionvoidSessionSlot.stop(SessionClosedReason reason) voidSessionSlot.stop(SessionClosedReason reason, @Nullable NodeId nodeId, @Nullable URI nodeUri) Stops the session with full context for sidecar services.