public class GetAllSessions extends Object implements RestishHandler<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() |
List<GetAllSessions.SessionInfo> |
handle() |
public GetAllSessions(DriverSessions allSession)
public List<GetAllSessions.SessionInfo> handle() throws Exception
handle in interface RestishHandler<List<GetAllSessions.SessionInfo>>Exceptionpublic org.openqa.selenium.remote.Response getResponse()
Copyright © 2015. All rights reserved.