ManageDeleteCookieByName Method |
Deletes the cookie with the specified name from the page.
Namespace: SeleniumAssembly: Selenium (in Selenium.dll) Version: 2.0.9.0 (2.0.9.0)
SyntaxDim instance As Manage
Dim name As String
instance.DeleteCookieByName(name)
Parameters
- name
- Type: SystemString
The name of the cookie to be deleted.
See Also