MCPcopy Index your code
hub / github.com/SeleniumHQ/selenium / deleteAllCookies

Method deleteAllCookies

java/src/org/openqa/selenium/WebDriver.java:243–243  ·  view source on GitHub ↗

Delete all the cookies for the current domain. See W3C WebDriver specification for more details.

()

Source from the content-addressed store, hash-verified

241 * specification</a> for more details.
242 */
243 void deleteAllCookies();
244
245 /**
246 * Get all the cookies for the current domain.

Callers 11

cookie_test.jsFile · 0.65
storage_test.jsFile · 0.65
storage_test.jsFile · 0.65
setUpMethod · 0.65
testDeleteAllCookiesMethod · 0.65
deleteAllCookiesMethod · 0.65
setUpMethod · 0.65
prepareEnvironmentMethod · 0.65

Implementers 1

RemoteWebDriverOptionsjava/src/org/openqa/selenium/remote/Re

Calls

no outgoing calls

Tested by 8

setUpMethod · 0.52
testDeleteAllCookiesMethod · 0.52
deleteAllCookiesMethod · 0.52
setUpMethod · 0.52
prepareEnvironmentMethod · 0.52