| Package | Description |
|---|---|
| org.jboss.arquillian.ajocado.cookie | |
| org.jboss.arquillian.ajocado.framework |
| Modifier and Type | Method and Description |
|---|---|
static Cookie |
Cookie.createCookie(String name,
String value)
Creates cookie with specified name and value.
|
| Modifier and Type | Method and Description |
|---|---|
Cookie |
TypedSelenium.getCookieByName(String cookieName)
Returns the value of the cookie with the specified name, or throws an error if the cookie is not present.
|
| Modifier and Type | Method and Description |
|---|---|
Set<Cookie> |
TypedSelenium.getAllCookies()
Return all cookies of the current page under test.
|
| 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.
|
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.