Get all the cookies for the current domain. See W3C WebDriver specification for more details. @return A Set of cookies for the current domain.
()
| 251 | * @return A Set of cookies for the current domain. |
| 252 | */ |
| 253 | Set<Cookie> getCookies(); |
| 254 | |
| 255 | /** |
| 256 | * Get a cookie with a given name. |
no outgoing calls