static class WebDriverHandler.SpawnerResult
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
javax.servlet.http.Cookie |
cookie
Cookie.
|
java.lang.String |
osUser
OS username.
|
WebDriverHandler.SupportedHttpCode |
rc
Result code.
|
java.lang.String |
spawnError
Spawn error.
|
java.lang.String |
storageId
Unique identifier for the local storage used by the user.
|
java.lang.String |
uri
Redirect URI in case of a successful spawn.
|
java.lang.String |
webClientUuid
The uuid of the spawned client.
|
| Constructor and Description |
|---|
SpawnerResult() |
public java.lang.String uri
null on failure.public java.lang.String storageId
public java.lang.String webClientUuid
public javax.servlet.http.Cookie cookie
public WebDriverHandler.SupportedHttpCode rc
public java.lang.String spawnError
public java.lang.String osUser