| Package | Description |
|---|---|
| org.jboss.arquillian.ajocado.cookie | |
| org.jboss.arquillian.ajocado.framework |
| Modifier and Type | Method and Description |
|---|---|
static CookieCreateOptions |
CookieOptions.forCreation()
Creates options for creating cookies
|
CookieCreateOptions |
CookieCreateOptions.maxAge(long maxAge)
Specifies max time to live in seconds.
|
| Modifier and Type | Method and Description |
|---|---|
CookieCreateOptions |
TypedSelenium.createCookie(Cookie cookie)
Create a new cookie whose path and domain are same with those of current page under test.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.