An NDoc Documented Class Library

DefaultSelenium.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.

public void DeleteAllVisibleCookies();

Implements

ISelenium.DeleteAllVisibleCookies

See Also

DefaultSelenium Class | Selenium Namespace