| Package | Description |
|---|---|
| org.openqa.selenium |
| Modifier and Type | Method and Description |
|---|---|
Cookie |
Cookie.Builder.build() |
Cookie |
WebDriver.Options.getCookieNamed(String name)
Get a cookie with a given name.
|
| Modifier and Type | Method and Description |
|---|---|
Set<Cookie> |
WebDriver.Options.getCookies()
Get all the cookies for the current domain.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WebDriver.Options.addCookie(Cookie cookie)
Add a specific cookie.
|
void |
WebDriver.Options.deleteCookie(Cookie cookie)
Delete a cookie from the browser's "cookie jar".
|
Copyright © 2014. All rights reserved.