Add a specific cookie. If the cookie's domain name is left blank, it is assumed that the cookie is meant for the domain of the current document. See W3C WebDriver specification for more details. @param cookie The cookie to add.
(Cookie cookie)
| 215 | * @param cookie The cookie to add. |
| 216 | */ |
| 217 | void addCookie(Cookie cookie); |
| 218 | |
| 219 | /** |
| 220 | * Delete the named cookie from the current domain. This is equivalent to setting the named |
no outgoing calls