io.selendroid.server
Class Session

java.lang.Object
  extended by io.selendroid.server.Session

public class Session
extends Object


Constructor Summary
Session(org.json.JSONObject capabilities, String sessionId)
           
 
Method Summary
 org.json.JSONObject getCapabilities()
           
 KnownElements getKnownElements()
           
 String getSessionId()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Session

public Session(org.json.JSONObject capabilities,
               String sessionId)
Method Detail

getCapabilities

public org.json.JSONObject getCapabilities()

getKnownElements

public KnownElements getKnownElements()

getSessionId

public String getSessionId()


Copyright © 2014. All rights reserved.