Testing_Selenium::deleteAllVisibleCookies

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.