An NDoc Documented Class Library

DefaultSelenium.DeleteCookie Method 

Delete a named cookie with specified path.

public 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

Implements

ISelenium.DeleteCookie

See Also

DefaultSelenium Class | Selenium Namespace