Delete all the cookies for the current domain. See W3C WebDriver specification for more details.
()
| 241 | * specification</a> for more details. |
| 242 | */ |
| 243 | void deleteAllCookies(); |
| 244 | |
| 245 | /** |
| 246 | * Get all the cookies for the current domain. |
no outgoing calls