Class Session

java.lang.Object
org.openqa.selenium.grid.data.Session
All Implemented Interfaces:
Serializable

public class Session extends Object implements Serializable
Represents a running instance of a WebDriver session. It is identified by a SessionId. The serialized form is designed to mimic that of the return value of the New Session command, but an additional uri field must also be present.
See Also: