io.selendroid.server.model
Class Session
java.lang.Object
io.selendroid.server.model.Session
public class Session
- extends Object
|
Constructor Summary |
Session(org.json.JSONObject capabilities,
String sessionId)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
Session
public Session(org.json.JSONObject capabilities,
String sessionId)
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.