public class GetAllSessions extends java.lang.Object implements RestishHandler<java.util.List<GetAllSessions.SessionInfo>>
Modifier and Type | Class and Description |
---|---|
static class |
GetAllSessions.SessionInfo |
Constructor and Description |
---|
GetAllSessions(DriverSessions allSession) |
Modifier and Type | Method and Description |
---|---|
org.openqa.selenium.remote.Response |
getResponse() |
java.util.List<GetAllSessions.SessionInfo> |
handle() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
setJsonParameters
public GetAllSessions(DriverSessions allSession)
public java.util.List<GetAllSessions.SessionInfo> handle()
handle
in interface RestishHandler<java.util.List<GetAllSessions.SessionInfo>>
public org.openqa.selenium.remote.Response getResponse()