org.openqa.selenium.remote
Class SessionId

java.lang.Object
  extended by org.openqa.selenium.remote.SessionId

public class SessionId
extends Object


Constructor Summary
SessionId(String opaqueKey)
           
 
Method Summary
 boolean equals(Object obj)
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SessionId

public SessionId(String opaqueKey)
Method Detail

toString

public String toString()
Overrides:
toString in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2013. All rights reserved.