An NDoc Documented Class Library

ISelenium.DeleteAllVisibleCookies Method 

Calls deleteCookie with recurse=true on all cookies visible to the current page. As noted on the documentation for deleteCookie, recurse=true can be much slower than simply deleting the cookies using a known domain/path.

void DeleteAllVisibleCookies();

See Also

ISelenium Interface | Selenium Namespace