|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CreateCookieOptions | |
|---|---|
| org.jboss.test.selenium.cookie | |
| org.jboss.test.selenium.framework | |
| Uses of CreateCookieOptions in org.jboss.test.selenium.cookie |
|---|
| Methods in org.jboss.test.selenium.cookie that return CreateCookieOptions | |
|---|---|
CreateCookieOptions |
CreateCookieOptions.maxAge(long maxAge)
Specifies max time to live in seconds. |
| Uses of CreateCookieOptions in org.jboss.test.selenium.framework |
|---|
| Methods in org.jboss.test.selenium.framework with parameters of type CreateCookieOptions | |
|---|---|
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 | |||||||||