ManageDeleteCookieByName Method
Deletes the cookie with the specified name from the page.

Namespace: Selenium
Assembly: Selenium (in Selenium.dll) Version: 2.0.9.0 (2.0.9.0)
Syntax
VB Usage
Dim instance As Manage
Dim name As String

instance.DeleteCookieByName(name)

Parameters

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