public class Session
extends java.lang.Object
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.Constructor and Description |
---|
Session(org.openqa.selenium.remote.SessionId id,
java.net.URI uri,
org.openqa.selenium.Capabilities capabilities) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object that) |
org.openqa.selenium.Capabilities |
getCapabilities() |
org.openqa.selenium.remote.SessionId |
getId() |
java.net.URI |
getUri() |
int |
hashCode() |
public Session(org.openqa.selenium.remote.SessionId id, java.net.URI uri, org.openqa.selenium.Capabilities capabilities)
public org.openqa.selenium.remote.SessionId getId()
public java.net.URI getUri()
public org.openqa.selenium.Capabilities getCapabilities()
public boolean equals(java.lang.Object that)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object