public class NewSession extends Object implements RestishHandler<org.openqa.selenium.remote.Response>, JsonParametersAware
| Constructor and Description |
|---|
NewSession(DriverSessions allSession) |
| Modifier and Type | Method and Description |
|---|---|
org.openqa.selenium.Capabilities |
getCapabilities() |
String |
getSessionId() |
org.openqa.selenium.remote.Response |
handle() |
void |
setJsonParameters(Map<String,Object> allParameters) |
String |
toString() |
public NewSession(DriverSessions allSession)
public org.openqa.selenium.Capabilities getCapabilities()
public void setJsonParameters(Map<String,Object> allParameters) throws Exception
setJsonParameters in interface JsonParametersAwareExceptionpublic org.openqa.selenium.remote.Response handle()
throws Exception
handle in interface RestishHandler<org.openqa.selenium.remote.Response>Exceptionpublic String getSessionId()
Copyright © 2015. All rights reserved.