sessions
Returns a list of the currently active sessions. Each session will be returned as a list of JSON objects with the following keys:
Key | Type | Description |
---|---|---|
id | string | The session ID |
capabilities | object | An object describing the session capabilities |
Usage
1 | client.sessions().then(callback); |
Parameters
Param | Type | Details |
---|---|---|