ICookieJar DeleteCookieNamed Method WebDriver
Deletes the cookie with the specified name from the page.

Namespace: OpenQA.Selenium
Assembly: WebDriver (in WebDriver.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax

void DeleteCookieNamed(
	string name
)

Parameters

name
Type: OnlineSystem String
The name of the cookie to be deleted.
See Also