Uses of Class
org.openqa.selenium.grid.data.SessionClosedData
Packages that use SessionClosedData
-
Uses of SessionClosedData in org.openqa.selenium.grid.data
Methods in org.openqa.selenium.grid.data that return types with arguments of type SessionClosedDataModifier and TypeMethodDescriptionstatic EventListener<SessionClosedData> SessionClosedEvent.listener(Consumer<SessionClosedData> handler) static EventListener<SessionClosedData> SessionClosedEvent.sessionListener(Consumer<org.openqa.selenium.remote.SessionId> handler) Method parameters in org.openqa.selenium.grid.data with type arguments of type SessionClosedDataModifier and TypeMethodDescriptionstatic EventListener<SessionClosedData> SessionClosedEvent.listener(Consumer<SessionClosedData> handler) Constructors in org.openqa.selenium.grid.data with parameters of type SessionClosedDataModifierConstructorDescriptionFull constructor with rich session context for sidecar services.