|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Cookie | |
|---|---|
| org.jboss.test.selenium.framework | |
| Uses of Cookie in org.jboss.test.selenium.framework |
|---|
| Methods in org.jboss.test.selenium.framework that return Cookie | |
|---|---|
Cookie |
TypedSeleniumImpl.getCookieByName(String cookieName)
|
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. |
| Methods in org.jboss.test.selenium.framework that return types with arguments of type Cookie | |
|---|---|
Set<Cookie> |
TypedSeleniumImpl.getAllCookies()
|
Set<Cookie> |
TypedSelenium.getAllCookies()
Return all cookies of the current page under test. |
| Methods in org.jboss.test.selenium.framework with parameters of type Cookie | |
|---|---|
void |
TypedSeleniumImpl.createCookie(Cookie cookie)
|
void |
TypedSelenium.createCookie(Cookie cookie)
Create a new cookie whose path and domain are same with those of current page under test. |
void |
TypedSeleniumImpl.createCookie(Cookie cookie,
CreateCookieOptions options)
|
void |
TypedSelenium.createCookie(Cookie cookie,
CreateCookieOptions 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||