public interface ICookie
| Modifier and Type | Method and Description |
|---|---|
String |
getDomain()
This method is used to retrieve the domain for which the cookie is in
scope.
|
Date |
getExpiration()
This method is used to retrieve the expiration time for the cookie.
|
String |
getName()
This method is used to retrieve the name of the cookie.
|
String |
getPath()
This method is used to retrieve the path for which the cookie is in
scope.
|
String |
getValue()
This method is used to retrieve the value of the cookie.
|
String getDomain()
IExtensionHelpers.analyzeResponse() and then
IResponseInfo.getCookies(), the domain will be
null if the response did not explicitly set a domain
attribute for the cookie.String getPath()
Date getExpiration()
null if none is set (i.e., for non-persistent session
cookies).String getName()
String getValue()
Copyright © 2017. All rights reserved.