public static class GetAllSessions.SessionInfo
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private java.util.Map<java.lang.String,?> |
capabilities |
private org.openqa.selenium.remote.SessionId |
id |
Modifier | Constructor and Description |
---|---|
private |
SessionInfo(org.openqa.selenium.remote.SessionId id,
java.util.Map<java.lang.String,?> capabilities) |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,?> |
getCapabilities() |
java.lang.String |
getId() |