io.selendroid.server.model
Class Session

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

public class Session
extends Object


Field Summary
static String NATIVE_EVENTS_PROPERTY
           
static String SEND_KEYS_TO_ELEMENT
           
 
Constructor Summary
Session(org.json.JSONObject capabilities, String sessionId)
           
 
Method Summary
 org.json.JSONObject getCapabilities()
           
 org.json.JSONObject getCommandConfiguration(String command)
           
 KnownElements getKnownElements()
           
 String getSessionId()
           
 void setCommandConfiguration(String command, org.json.JSONObject config)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SEND_KEYS_TO_ELEMENT

public static final String SEND_KEYS_TO_ELEMENT
See Also:
Constant Field Values

NATIVE_EVENTS_PROPERTY

public static final String NATIVE_EVENTS_PROPERTY
See Also:
Constant Field Values
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()

setCommandConfiguration

public void setCommandConfiguration(String command,
                                    org.json.JSONObject config)

getCommandConfiguration

public org.json.JSONObject getCommandConfiguration(String command)


Copyright © 2014. All rights reserved.