|
Graphene Selenium: API 2.0.0.Alpha1 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CookieCreateOptions | |
|---|---|
| org.jboss.arquillian.ajocado.cookie | |
| org.jboss.arquillian.ajocado.framework | |
| Uses of CookieCreateOptions in org.jboss.arquillian.ajocado.cookie |
|---|
| Methods in org.jboss.arquillian.ajocado.cookie that return CookieCreateOptions | |
|---|---|
static CookieCreateOptions |
CookieOptions.forCreation()
Creates options for creating cookies |
CookieCreateOptions |
CookieCreateOptions.maxAge(long maxAge)
Specifies max time to live in seconds. |
| Uses of CookieCreateOptions in org.jboss.arquillian.ajocado.framework |
|---|
| Methods in org.jboss.arquillian.ajocado.framework that return CookieCreateOptions | |
|---|---|
CookieCreateOptions |
TypedSelenium.createCookie(Cookie cookie)
Create a new cookie whose path and domain are same with those of current page under test. |
| Methods in org.jboss.arquillian.ajocado.framework with parameters of type CookieCreateOptions | |
|---|---|
void |
TypedSelenium.createCookie(Cookie cookie,
CookieCreateOptions options)
Create a new cookie whose path and domain are same with those of current page under test, unless you specified a path for this cookie explicitly in options. |
|
Graphene Selenium: API 2.0.0.Alpha1 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||