An NDoc Documented Class Library

ISelenium.DeleteCookie Method 

Delete a named cookie with specified path.

void DeleteCookie(
   string name,
   string path
);

Parameters

name
the name of the cookie to be deleted
path
the path property of the cookie to be deleted

See Also

ISelenium Interface | Selenium Namespace